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.
Docker, make
git clone https://github.com/task4233/malgrapher
cd malgrapher
make build
make run
This project is the result of SecHack365
, which is the human resource development program sponsored by National Institute of Information and Communications Technology(NICT).