shekkbuilder / ELF-Compass

Utility to map a program's control flow for ELF binaries on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elf Compass sets breakpoints on all functions in a program and logs them
so you can easily reverse engineer software and map their control flows.
It was written for ELF binaries on Linux. I'm uploading this for reference
purposes only. I'm sure it could be updated to work on modern 64 bit machines.

- Marshall Beddoe (unmarshal@gmail.com)

About

Utility to map a program's control flow for ELF binaries on Linux


Languages

Language:C 98.5%Language:Makefile 1.5%