Last active
September 24, 2020 15:14
-
-
Save tbvinh/05ceef7f2fbfe2b18041414738ce645c to your computer and use it in GitHub Desktop.
Install python Zip pip wxPython
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 | |
Download a zip file at: | |
https://www.python.org/downloads/windows/ | |
Unzip to d:\python38 | |
2. open CMD | |
cd /d d:\python38 | |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | |
3. edit "python38._pth" | |
notepad python38._pth | |
un-comment | |
#import site | |
3. open CMD | |
cd /d d:\python38 | |
Scripts\pip install -U wxPython | |
4. Binwalk | |
Decompile | |
5. pip install -U pyinstaller | |
5.1 cx-freeze | |
https://cx-freeze.readthedocs.io/en/latest/distutils.html | |
create setup.py | |
run: | |
#python setup.py build | |
6. python ..\pyinstxtractor.py helloworld2.exe | |
7. Decompile | |
https://github.com/extremecoders-re/pyinstxtractor | |
https://github.com/rocky/python-uncompyle6 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment