Silk Opener
Silk Opener

Reputation: 31

Why does an error occur when decompiling through Uncompyle6

There is an exe of the compiled python file 3.9 version. exe is 100% packed by pyinstaller

Decompiled exe, moved 1 line from abc.pyc to main.pyc Launched uncompyle6, gave an error

AttributeError: module 'xdis.opcodes.opcode_39' does not have attribute 'END_FINALLY'

Tried decompyle3 the same error. Who knows how to fix it?

Upvotes: 1

Views: 581

Answers (1)

Charles Duffy
Charles Duffy

Reputation: 295403

Support for Python 3.9.5 is added in xdis 5.0.10; it is not available in 5.0.9.

Upvotes: 1

Related Questions