Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 445 Bytes

README.rst

File metadata and controls

31 lines (21 loc) · 445 Bytes

PY-LIBELF

Python bindings for libelf which is part of elfutils, https://sourceware.org/elfutils/

Install

cd build
cmake ../
make

Test

cd build
cmake ../
make install
make test