mikrl / binmapper

binary analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project aims to parse an objdump disassembly in such a way that it can be visualised as a control flow graph. Currently it only supports x86 and x64 binaries that have not been stripped. In the future I plan to add functionality for recovering information from a stripped binary.

About

binary analysis

License:GNU General Public License v3.0


Languages

Language:Python 93.8%Language:C 6.2%