Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 321 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 321 Bytes

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]