zrax / pycdc

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

how to read that result of decompile #524

Open meopeongokngheck opened 1 month ago

meopeongokngheck commented 1 month ago

obf-6467646652.zip help me please

greenozon commented 1 month ago

the tools in this repo handles .pyc files you provided plain text .py module what is your question about then?

meopeongokngheck commented 1 month ago

the tools in this repo handles .pyc files you provided plain text .py module what is your question about then?

this is result after i decompiled pyc

meopeongokngheck commented 1 month ago

the tools in this repo handles .pyc files you provided plain text .py module what is your question about then?

i mean after decompiled .pyc file, i got that .py result file and its still hard to read, i need help for make it readable

greenozon commented 1 month ago

I believe the tools in this repo does not solve the readability issues, sorry you need to find some tool simlar like de4dot for .net world that is capable of renaming symbols..