gabe-k / pyasm

Assembler and disassembler for compiled Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Assembler and disassembler for compiled Python

License:ISC License


Languages

Language:Python 100.0%