rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.74k stars 408 forks source link

I used ./uncompyle6 -o . --verify and got "# Successfully decompiled file", however, only bytecode generated #357

Closed cyborg107 closed 3 years ago

cyborg107 commented 3 years ago

This is the type pf output I got: x85\x16\xaa\xed

Tried with both --verify and without. Both received "# Successfully decompiled file".

Please help.