Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
/ malgrapher Public archive

makecfg is a tool for making CFG(Control Flow Graph) from binary.

License

Notifications You must be signed in to change notification settings

task4233/malgrapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

makecfg is a tool for making CFG(Control Flow Graph) from binary.

Topics

Resources

License

Stars

Watchers

Forks