python-exe-unpacker
python-exe-unpacker copied to clipboard
Error - Python 3.7
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 item in l['opmap'].items()) AssertionError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "python_exe_unpack.py", line 16, in
The requirements.txt file requests an outdated uncompyle6 version.
Upgrading the package should fix this:
pip install --upgrade uncompyle6
I encountered the same problem using python3.7 version on win10, the update is meaningless.