You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pyc Compiled Python File To Disassembler Python bytecode
For Now Only Working For Python 3
seek(16) Instead Since Python 3.7
seek(12) Between Python 3.0 And Python 3.6
Usage
python dis.py [.pyc file] > output.dis
About
Pyc Compiled Python File To Disassembler Python bytecode