Svenskithesource / PyArmor-Unpacker

A deobfuscator for PyArmor.
GNU General Public License v3.0
493 stars 73 forks source link

PLEASE FIX YOUR BEAUTIFUL #58

Closed kinetikFR closed 5 months ago

kinetikFR commented 5 months ago

Traceback (most recent call last): File "C:\Users\polsk\Desktop\unpyarmor\method_1.py", line 10, in SETUP_FINALLY = opcode.opmap["SETUP_FINALLY"]


KeyError: 'SETUP_FINALLY'
PYTHON 311
Svenskithesource commented 5 months ago

Python 3.11 has not been tested and is not guaranteed to work. You will need to handle the new way try-except statements work and possibly other stuff as well. Please make a PR if you do so.

kinetikFR commented 5 months ago

i dont how to do :(