zrax / pycdc

C++ python bytecode disassembler and decompiler
GNU General Public License v3.0
2.92k stars 584 forks source link

cant decompile this file #442

Closed Lotoseffekt closed 3 months ago

Lotoseffekt commented 3 months ago

main.zip

Lotoseffekt commented 3 months ago

(its with pyarmor obfuscated but i think i already deobfuscated it )

ddouworld commented 3 months ago

I don't think pycdc would decompile properly if it had been confused with pyarmor

greenozon commented 3 months ago

of course not :) pyarmor is very sophisticated protector just imagine if opcode values are changed and instead of say LOAD_CONST you hit the STORE_NAME :)

zrax commented 3 months ago

pycdc does not support obfuscated .pyc files