extremecoders-re / bytecode_simplifier

A generic deobfuscator for PjOrion obfuscated python scripts
https://0xec.blogspot.com/2017/07/deobfuscating-pjorion-using-bytecode.html
102 stars 38 forks source link

usage run failed #2

Closed fawdlstty closed 3 years ago

fawdlstty commented 5 years ago

image

test.zip

abel1502 commented 5 years ago

As it says, the EXTENDED_ARG opcode's support isn't implemented by now. It is used to extend the following opcode's argument, and specifically in this case - to 'jump' inside a big file. Right now I'm working on implementing this, but it could take quite a while. If the author, @extremecoders-re , agrees to help with it (and more likely lead the implementation with me being almost useless, but still)), it could be implemented soon, but for now all you can do is wait

Flarion-ion commented 3 years ago

I`m try to just waiting...(

abel1502 commented 3 years ago

Oh, sorry, I kind of forgot about it... You see, I got enrolled in a university, and now this is pretty much the busiest year in my life, so I just couldn't find time to implement the remaining parts of the code to make it conveniently usable. I'll most definitely have time to do it in summer, and will try my best to manage it even sooner. Sorry again for the delay(

abel1502 commented 3 years ago

Alright, try this: https://github.com/abel1502/bytecode_simplifier

(I've made a pull request, but it wasn't accepted yet, so you'll need to use my fork for now)