Skip to content

Instantly share code, notes, and snippets.

@marcinantkiewicz
Created April 9, 2016 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcinantkiewicz/2faa3054825998c21807e3dd70e422a0 to your computer and use it in GitHub Desktop.
Save marcinantkiewicz/2faa3054825998c21807e3dd70e422a0 to your computer and use it in GitHub Desktop.
marcin@behemoth:~$ cd ~/src && git clone https://github.com/devttys0/binwalk.git
Cloning into 'binwalk'...
remote: Counting objects: 6364, done.
remote: Total 6364 (delta 0), reused 0 (delta 0), pack-reused 6364
Receiving objects: 100% (6364/6364), 6.97 MiB | 3.40 MiB/s, done.
Resolving deltas: 100% (3664/3664), done.
Checking connectivity... done.
marcin@behemoth:~$ mkvirtualenv binwalk
New python executable in /home/marcin/.venvs/binwalk/bin/python
Installing setuptools, pip, wheel...done.
(binwalk) marcin@behemoth:~$
(binwalk) marcin@behemoth:~$ /home/marcin/.venvs/binpack/bin/python setup.py install
running install
running build
running build_py
[..]
changing mode of /home/marcin/.venvs/binwalk/bin/binwalk to 755
running install_egg_info
Writing /home/marcin/.venvs/binwalk/lib/python2.7/site-packages/binwalk-2.1.2b-py2.7.egg-info
(binwalk) marcin@behemoth:~/data$ binwalk x.img
DECIMAL HEXADECIMAL DESCRIPTION
--------------------------------------------------------------------------------
144 0x90 Copyright string: "Copyright ____________"
20944 0x51D0 Zlib compressed data, default compression
257790 0x3EEFE Zlib compressed data, default compression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment