python-exe-unpacker icon indicating copy to clipboard operation
python-exe-unpacker copied to clipboard

Tool worked successfully... source code still NUL

Open levered-up opened this issue 4 years ago • 1 comments

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 the right source code, as about 5% of it is in plaintext so I can see some of the original source code that I remember writing.

I wondered if anyone knows of something I could be doing wrong, solutions, potential work-arounds, or additional steps to fully decompile?

Thank you.

levered-up avatar May 10 '21 06:05 levered-up

use uncompyle6 for the .pyc file

verticalsync avatar May 25 '21 04:05 verticalsync