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

feature request: support for avr #22

Open wenhuizhang opened 7 years ago

wenhuizhang commented 7 years ago

Hi, avr arch are heavily used in IoT, and libcs are not sanitized. Wondering if this tool could search through hex sketches of firmwares to identify ROP vulnerabilities for programmers.

0vercl0k commented 7 years ago

Hey there - sorry for the lag! I'm not planning to add support for AVR, the disassembly libraries I've been using doesn't support those anyway. I'll be closing this then!

Cheers

2017-04-19 9:44 GMT-07:00 Wenhui Zhang notifications@github.com:

Hi, avr arch are heavily used in IoT, and libcs are not sanitized. Wondering if this tool could search through hex sketches of firmwares to identify ROP vulnerabilities for programmers.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/0vercl0k/rp/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/ABaHRdqRtzTaWBdQwZAVGpav54oPSSDXks5rxjnWgaJpZM4NB8iT .

wenhuizhang commented 7 years ago

Thanks @0vercl0k