Hello-xBugs / rp

rp++ is a fast C++ ROP gadget finder for PE/ELF/Mach-O x86/x64/ARM binaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rp++: a fast ROP gadget finder for PE/ELF/Mach-O x86/x64/ARM binaries

Builds

Overview

rp++ or rp is a C++ ROP gadget finder for PE/ELF/Mach-O executables and x86/x64/ARM architectures.

Build

You can find shell scripts in src/build for every supported platforms; below is the Linux example:

src/build$ chmod u+x ./build-release.sh && ./build-release.sh
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
[...]
[16/16] Linking CXX executable rp-lin-x64

Authors

About

rp++ is a fast C++ ROP gadget finder for PE/ELF/Mach-O x86/x64/ARM binaries.


Languages

Language:C++ 91.3%Language:Python 5.0%Language:PowerShell 1.4%Language:CMake 1.2%Language:C 1.0%Language:Shell 0.1%Language:Batchfile 0.1%