0vercl0k / rp

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

Fixup: now compile with GCC 4.4.5 #3

Closed Ge0 closed 10 years ago

0vercl0k commented 10 years ago

Hello Ge0,

I just gave it a shot on Ubuntu 14.04 LTS x64 with the latest available GCC version found in aptitude, and I got no issue whatsoever ; are you using the GCC in the latest debian ('cause it seems quite old)?

Cheers, 0vercl0k

Ge0 commented 10 years ago

Hi @0vercl0k

I'm actually using debian squeeze, therefore my GCC is 4.4.5. It wasn't working out until I made these patches.

Cheers

0vercl0k commented 10 years ago

Right @Ge0 ; because I'm going to provide static binaries for linux x86/x64, I'm not going to accept this merge-request -- let's use the latest version of the compiler or use the already built binaries!

Cheers