python-exe-unpacker
python-exe-unpacker copied to clipboard
A helper script for unpacking and decompiling EXEs compiled from python code.
I managed to decompile the main project file, but now how do I decompile the other files that are in the PYZ-00.pyz_extracted folder. I know that some are libraries but...
How do i do this theres no python file with the src
When I try to decompile `.pyc` files generated by python-exe-unpacker, I got the following error: ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/xdis/load.py", line 209, in load_module_from_file_object co = marshal.loads(bytecode)...
The library **pyinstxtractor** used here is outdated, so it doesn't apply to the new version of Python 3 (like 3.8). I just downloaded the latest one from [extremecoders-re/pyinstxtractor: PyInstaller Extractor](https://github.com/extremecoders-re/pyinstxtractor)....
ERROR: Command errored out with exit status 1: command: 'e:\python\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\me\\AppData\\Local\\Temp\\pip-install-0y3s_iir\\pycrypto_44dda9356c61480e8dcfe4a8b1a4f3a1\\setup.py'"'"'; __file__='"'"'C:\\Users\\me\\AppData\\Local\\Temp\\pip-install-0y3s_iir\\pycrypto_44dda9356c61480e8dcfe4a8b1a4f3a1\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from...
Hi, Is it work with python 3.5? I ran "python_exe_unpack.py" to decompile *.exe file which is write in python 3.5 too. Then I got this error. ``` [*] On Python...
downloaded and just tried running "py python_exe_unpack.py" gives the following error on Win10: ---------------------------------------------- Traceback (most recent call last): File "C:\Users\user\AppData\Roaming\Python\Python37\site-packages\xdis\opcodes\base.py", line 209, in opcode_check assert all(item in opmap.items() for...
it was working greatly on 3.9.5 after I edited python xdis scanners 37 & 37 and base 37 but now it make me another error since i upgraded on 3.9.6...
The tool worked succesfully, unpacking the exe, however the source file is made up near-entirly of NUL, SOH, EOT, ST, DC3 and other black symbols? I can tell it is...
Hello, I was able to successfully use the tool to extract the python code however most of the code is NUL. Am I doing something wrong or is there a...