ErezAmihud / dearmor

This is a repo to deobfuscate pyarmor files
Apache License 2.0
24 stars 7 forks source link

does this run the pyc/py file your trying to deobfuscate? #2

Closed AstroOnYT closed 1 year ago

ErezAmihud commented 2 years ago

Yes it does

It runs the file and then inject a dll into it

Then it runs every function. In small functions it was possible to return without running the content In long functions it does run the content.

Anyway if you dont know what an obfuscated py file is doing, run it in a vm :)