0vercl0k / rp

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

vdso #15

Closed hackathi closed 7 years ago

hackathi commented 8 years ago

Hey,

rp++ is awesome, but I think it should be able to search the vdso for gadgets.

0vercl0k commented 8 years ago

One easy way to deal with this could be to raw dump the section of memory & load it via --raw; not ideal but can be of help if you need that fast!

Cheers, 0vercl0k

2015-12-22 15:53 GMT-08:00 Matthias Bogad notifications@github.com:

Hey,

rp++ is awesome, but I think it should be able to search the vdso for gadgets

— Reply to this email directly or view it on GitHub https://github.com/0vercl0k/rp/issues/15.