Svenskithesource / PyArmor-Unpacker

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

pytransform truble #27

Closed quessy-dev closed 1 year ago

quessy-dev commented 1 year ago

Obfuscated script works fine at python 3.8

I tryid to use 3 method, but I got error: ImportError: DLL load failed while importing pytransform: The specified procedure could not be found.

Svenskithesource commented 1 year ago

Does the program work when your run it like normal?

quessy-dev commented 1 year ago

yes

Svenskithesource commented 1 year ago

You are running the .pyc file right? Not the .exe? Also please provide the full stack trace.

Svenskithesource commented 1 year ago

I just realized it's normal to expect unexpected behavior as you didn't read my warnings. Method 3 is only for 3.9.7 and above.