ErezAmihud / dearmor

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

Adding more accurate decompiling/usage #5

Open ErezAmihud opened 2 years ago

ErezAmihud commented 2 years ago

First, usage of dearmor can be summed up with running the exe/py/pyc files

Second, for python 3.8<there is the py decompile

For py>3.8 tgere is ast.unparse - after creating ast from the source

JonJon565 commented 6 months ago

can you make a pr saying that. some guy is gunna end up running a virus

ErezAmihud commented 6 months ago

can you make a pr saying that. some guy is gunna end up running a virus

I don't really have time for that - I don't have the process written anywhere which is the problem here Feel free to make a pr and I would merge it :)

JonJon565 commented 5 months ago

https://github.com/JonJon565/dearmor/blob/master/README.md pr sent