Svenskithesource / PyArmor-Unpacker

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

ImportError #49

Closed ShuRaymond closed 1 year ago

ShuRaymond commented 1 year ago

(3.8) F:\PyArmor_Unpacker_Bypass>python bypass.py demo.py Preparing the unpacker... Preparation completed Initializing the hook Hook installed Running the main entry file, continue? (y/n): y Traceback (most recent call last): File "bypass.py", line 418, in exec(code) File "", line 5, in ImportError: cannot import name 'pyarmor' from 'pytransform' (F:\PyArmor_Unpacker_Bypass\pytransform__init__.py)

Svenskithesource commented 1 year ago

This error shows that even running the original program wouldn't work. You will need to figure out how to get the original program running before you can unpack it.