Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #################################################################################
- Run Binwalk, Cygwin and Python 3 on windows 64bit uncut video with solutions. @tech-helpdesk6573
- https://www.youtube.com/watch?v=ojD5v5LyYaw&ab_channel=Tech-Helpdesk
- #################################################################################
- 1. Download & install Cygwin (place in path C:\cygwin)
- https://www.cygwin.com/
- 2. Download & install latest version of Python3( place in path C:\python3)
- https://www.python.org/downloads/
- 3. In Cygwin installer:
- cygwin > install lynx, (all) wget (searched), lzma, python-matplotlib, python36-matplotlib,
- cygwin > search tkin (for python... and install all that show)
- #################################################################################
- $ lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg install apt-cyg /bin
- $ apt-cyg install git wget unzip
- $ apt-cyg install python3 python3-pip
- $ wget https://github.com/ReFirmLabs/binwalk/archive/master.zip
- $ lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg install apt-cyg /bin
- $ apt-cyg install git wget unzip
- $ apt-cyg install python3 python3-pip/master.zip
- $ unzip master.zip
- $ cd binwalk-master && python3 setup.py install
- ( Access C drive: cd /cygdrive/c )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement