lcy8047 / DwarfAnalysisTool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DwarfAnalysisTool

This is Dwarf Analysis Tool that leverages libdwarf

Run Test

git clone https://github.com/lcy8047/DwarfAnalysisTool.git
cd DwarfAnalysisTool
mkdir build && cd build
cmake ..
make
./bin/test -b [binary_file_path]

About


Languages

Language:C++ 85.6%Language:CMake 14.4%