Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 229 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 229 Bytes

Pyc-To-Dis

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