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

Drop the architecture name off the binary name #47

Closed 0vercl0k closed 1 year ago

0vercl0k commented 1 year ago

CMake did a change where CMAKE_HOST_SYSTEM_PROCESSOR now has different values than before (AMD64 vs x64 before, etc.) which breaks the CI.

Because of that, I am dropping the architecture suffix as it really isn't useful. Also, bump the GCC version to the current v12.