python-exe-unpacker
python-exe-unpacker copied to clipboard
A helper script for unpacking and decompiling EXEs compiled from python code.
Hello, when i run pyz file, course an error. ``` $ python python_exe_unpack.py -p out00-PYZ.pyz [*] On Python 3.7 Traceback (most recent call last): File "python_exe_unpack.py", line 381, in main()...
le "F:\Python36\ex\python_exe_unpack.py", line 14, in import pefile ImportError: No module named pefile Even if pefile is installed Any help please
This is still useful, so i wrote a quick Dockerfile if someone needs to use this tool it in the future...
Fixes an exception
Fixes the following error. TypeError: extractFiles() takes 1 positional argument but 2 were given
In this case MEI-signature will be not in the end.
I've successfully unpacked exe. But how I can pack it back?
I've been trying to debug this for a little while now, but I'm not all too familiar with Python nowadays. Running the unpacker decompiles everything fine, but it's unable to...
Hi, thanks for the very useful code. However, when I ran it I experienced some issues decompiling .pyc files written in python 2.7 First issue I had was with the...