Skip to content

Generate an execution flow graph from x86 assembly source

Notifications You must be signed in to change notification settings

otsheln1k/asmdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

asmdot.py

Generate dot(1) graphs from x86 assembly source code. Each node is an instruction; instructions from one block are grouped. A block is everything between two consecutive labels.

This script can also detect x86-64 registers (in AT&T or Intel syntax) and list all registers and instructions used in a block.

About

Generate an execution flow graph from x86 assembly source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages