Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages