Open izark1 opened 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'
....
That is disassembly (from pycdas). Presumably you meant to run pycdc rather than pycdas
Is this the expected output of a decompiled .pyc file?!!
....