/elf-analysis-tool

ELF binary analysis tool example

Primary LanguageCMIT LicenseMIT

elf-analysis-tool

ELF binary analysis tool for study.

OS : linux

Requirements

cmake

Build & Run

mkdir build && cd build

cmake ..

make

./bin/elf_analysis_tool -f <target binary path>