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

make next branch the new master #28

Closed jtpereyda closed 2 years ago

jtpereyda commented 3 years ago

The v2-beta release seems to work great. Can we merge next into master (therefore making v2-beta the new recommended release in the README)?

0vercl0k commented 3 years ago

I am planning to put the codebase back in order for the 1k star anniversary - hopefully I'll get to do it before the end of the year. The plan will be to retire the v1 once this is done yes :).

Cheers

jtpereyda commented 3 years ago

Can't wait! FWIW, the v2-beta is so nice it could probably be "released" now. IMO. :)

I especially appreciate the feature that prints out the instruction bytes along with the mnemonic -- this makes it way more usable for me right now.

0vercl0k commented 2 years ago

Done in #30.

Cheers