Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 608 Bytes

File metadata and controls

18 lines (12 loc) · 608 Bytes

python-deassembler

Hey you! Yes you!

Do you love learning about Python's bytecode and also understanding what is being interpreted by the Cpython Interpreter? This is a good python script for that.

How to use it?

Go open your command line, and type this (make sure the python file is in the same directory): "python script.py <input_filename>"

What Does it have?

Detailed Bytecode Mapping

Look at how your original code is being compared to the runtime of the bytecode

Function Bytecode Details

Look how your function are being interpreted seperately by the compiler into each bytecode