Svenskithesource / PyArmor-Unpacker

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

Success but fails to save? #34

Closed InternetMedicineMan closed 1 year ago

InternetMedicineMan commented 1 year ago

I'm getting an error like this on Method 3 because I can't figure out how to use a Python Injector on a Linux Server:

`Successfully unpacked the file, saving to disk now Traceback (most recent call last): File "/despatcher/bypass.py", line 425, in log filename = code.co_filename.replace("<frozen ", '').replace(">", '') AttributeError: 'tuple' object has no attribute 'co_filename'

Killed`

Seems like it's successful but can't save to disk? Object has no attribute?

Svenskithesource commented 1 year ago

This means that it's protected with a paid PyArmor mode which my unpacker doesn't support.