demonCoder95 / python-disassembler

Disassembly modules for Python 3.8.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Disassembly

This repository contains work done when studying Python diassembly. The Python version used for this is Python 3.8.2.

The disassembler.py module implements certain routines that can disassemble Python bytecode. It can also be used to disassemble Python Cache (.pyc) files.

About

Disassembly modules for Python 3.8.2


Languages

Language:Python 100.0%