zrax / pycdc

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

3.10.12 Decompilation results #384

Open OwnerCM opened 10 months ago

OwnerCM commented 10 months ago

Using the pycdc tool failed, prompting that opcode is not supported. Using pycdas, the byte-code was successfully obtained, but how can I convert the byte-code into source code or executable?

Imma-P commented 9 months ago

I also ask the same question: how I convert the byte-code obtained with pycdas into source code?

TheHellTower commented 9 months ago

pycdas doesn't give bytecode but a kind of disassembled result. pycdas doesn't need to fully support all the OPCodes since it's only giving you what it contains and not re-building the actual code !