0vercl0k / rp

rp++ is a fast C++ ROP gadget finder for PE/ELF/Mach-O x86/x64/ARM/ARM64 binaries.
MIT License
1.79k stars 250 forks source link

Build doesn't actually work on x64 Linux #11

Closed jduck closed 9 years ago

jduck commented 9 years ago

Compiling complains about ../lib/XXX missing (beaengine, argtable2).

Changing "../lib" to "./lib" in CMakeLists.txt fixes the problem for me.

jduck commented 9 years ago

Apparently my checkout was out of date :-/ After updating everything is good with this ticket.