lcy8047 / elf-analysis-tool

ELF binary analysis tool example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

ELF binary analysis tool example

License:MIT License


Languages

Language:C 84.7%Language:CMake 15.3%