Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 251 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 251 Bytes

pyasm

Assembler and disassembler for compiled Python

makepy

Builds a pyasm file into a pyc file

./makepy hello_world.pyasm
python hello_world.pyc

dispy.py

Disassembles a pyc file into a pyasm file

./dispy.py hello_world.pyc