Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It does not decompile #523

Open
izark1 opened this issue Oct 14, 2024 · 1 comment
Open

It does not decompile #523

izark1 opened this issue Oct 14, 2024 · 1 comment

Comments

@izark1
Copy link

izark1 commented Oct 14, 2024

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
Copy link
Owner

zrax commented Oct 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants