zrax / pycdc

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

Poor documentation #480

Closed isaka-james closed 6 months ago

isaka-james commented 6 months ago

This got the very poor documentation if someone is new here, can't even know how to use it. Please consider making a better readme or somewhere where you defined how to use this.

I came here because uncompyle6 doesn't work with python3.11 , and I am struggling to find resources to help understand how to use this!

greenozon commented 6 months ago

there are 2 tools pycdas - prints python opcodes pycdc - prints decompiled source

example usage:

pycdas sample.cpython-312.pyc
pycdc sample.cpython-312.pyc

PS or you are having troubles building up the binaries?

isaka-james commented 6 months ago

Got you but you gotta update the readme