Boyan-MILANOV / ropium

ROPium is a tool that helps you building ROP exploits by finding and chaining gadgets together
382 stars 41 forks source link

[QoL] Add way to specify ROPgagdet parameters #11

Closed Blyska closed 5 years ago

Blyska commented 5 years ago

Hi Boyan !

It'd be nice to be able to specify some ROPGadget arguments when using the "load" command.

For example, using a small 'depth' parameter can be useful when working on "big" binaries (looking at you, vmlinux...)

Cheers, Blyska

Boyan-MILANOV commented 5 years ago

I added the -r, --ropgadget_opts option to the load command which lets you specify arguments to ROPgadget when loading a binary.

I did it "quick and dirty" without checking what extra options where passed so it's up the user to make relevant choices. I'll certainly refine it in the v2.0 :)