dancwpark / disaspy

toy disassembler for learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disaspy

Learning how the capstone project can be used to write a disassembler!

Current status

This is a purely academic/learning "project" for understanding how a disassembler works.

The code is in no way my own creation. It is entirely a rewriting and and re-implementation of the works listed below. However, it is reorganized and typed in a way that helps me better understand how a disassembler works.

Resources

I am heavily using the following resources:

To-do list

  • Split .text disassembly into functions using symbol table entries for .text section

About

toy disassembler for learning


Languages

Language:Python 99.7%Language:C 0.3%