bytecode_simplifier icon indicating copy to clipboard operation
bytecode_simplifier copied to clipboard

A generic deobfuscator for PjOrion obfuscated python scripts

Results 9 bytecode_simplifier issues
Sort by recently updated
recently updated
newest added

Exception: EXTENDED_ARG not yet implemented

Not yet tested, might contain bugs. (I have no idea what to write here, sorry)

they provide releases for python3+ but this project is for 2.7, is there any way I can get old release of networkx? Thanks.

I'm slightly concerned by the following lines in the assembler.py: ```python # Modify relative jump to absolute jump if ins.mnemonic == 'JUMP_FORWARD': ins.opcode = dis.opmap['JUMP_ABSOLUTE'] ``` This modifies the opcode...

Can you write me an email at [email protected] or contact me through wechat? my wechat id is: mrericsia I'm sorry there's no other way I can contact you. I like...

Error info: ```python INFO:simplifier:43 basic blocks eliminated Traceback (most recent call last): File "./main.py", line 72, in process(args.ifile, args.ofile) File "./main.py", line 58, in process deob = parse_code_object(rootCodeObject) File "./main.py",...

Decompilers still fail to decompile .pyc even after bytecode_simplifier if original file was huge and complex. Tested decompilers: uncompyle2, uncompyle6, pycdc. [test.zip](https://github.com/extremecoders-re/bytecode_simplifier/files/1150289/test.zip)

I'm using wsl 22.04, and run "python3 main.py --ifile=main.pyc --ofile=mainfixed.pyc", then get this error: INFO:__main__:Opening file main.pyc Traceback (most recent call last): File "/home/user/bytecode_simplifier/main.py", line 72, in process(args.ifile, args.ofile) File...

and requirements.txt