pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

3.10.12 Decompilation results

Open OwnerCM opened this issue 2 years ago • 2 comments

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?

OwnerCM avatar Sep 12 '23 07:09 OwnerCM

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

Imma-P avatar Oct 06 '23 18:10 Imma-P

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 !

TheHellTower avatar Oct 16 '23 00:10 TheHellTower