peda icon indicating copy to clipboard operation
peda copied to clipboard

Add a function to look for srop gadget in a specified memory range

Open ghost opened this issue 11 years ago • 2 comments

The gadgets required for SROP remain pretty much the same for an architecture, it would be helpful to be able to quickly scan a page for these gadgets.

ghost avatar Apr 09 '14 15:04 ghost

This commit would probably be more useful if it could autodetect the architecture and look for gadgets required for that specific architecture in specified memory range. I could add in 64-bit + ARM support if you'd be interested.

ghost avatar Apr 10 '14 06:04 ghost

Thanks for the feature, I, for one, am interested in this. More architectures would definitely be a plus.

Another feature I can think of is to have it behave in a similar way to ropgadget when no arguments are passed. I think it looks in all executable memory by default but I'm unsure about this.

wapiflapi avatar Apr 10 '14 06:04 wapiflapi