Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.04 KB

File metadata and controls

28 lines (20 loc) · 1.04 KB

[WIP] malgrapher

SecHack365 License: MIT

icon

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).