malgrapher
malgrapher copied to clipboard
makecfg is a tool for making CFG(Control Flow Graph) from binary.
[WIP] malgrapher
malgrapher
is a tool for making CFG(Control Flow Graph) from binary.
Main Script is gdb/gdb_scripts/make_cfg.py.
This tool uses forced execution techniques which forces to execute both of the branch from branch instraction with gdb.
Requirements
Docker, make
Getting Started
git clone https://github.com/task4233/malgrapher
cd malgrapher
make build
make run
Examples(Gist)
Acknowledgments
This project is the result of SecHack365
, which is the human resource development program sponsored by National Institute of Information and Communications Technology(NICT).