We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
....
The text was updated successfully, but these errors were encountered:
That is disassembly (from pycdas). Presumably you meant to run pycdc rather than pycdas
Sorry, something went wrong.
No branches or pull requests
Is this the expected output of a decompiled .pyc file?!!
....
The text was updated successfully, but these errors were encountered: