zrax / pycdc

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

It does not decompile #523

Open izark1 opened 1 month ago

izark1 commented 1 month ago

Is this the expected output of a decompiled .pyc file?!!

asRacker.pyc (Python 3.9)
[Code]
    File Name: asRacker.py
    Object Name: <module>
    Arg Count: 0
    Pos Only Arg Count: 0
    KW Only Arg Count: 0
    Locals: 0
    Stack Size: 5
    Flags: 0x00000040 (CO_NOFREE)
    [Names]
        'codecs'
        'io'
        'os'
        'sys'
        'time'
        'json'
        'pickle'
        'signal'
        'pandas'

....

zrax commented 1 month ago

That is disassembly (from pycdas). Presumably you meant to run pycdc rather than pycdas