eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.7k stars 326 forks source link

Feature: Searchable ROPs in ROPTool #685

Closed ttufts closed 4 years ago

ttufts commented 5 years ago

Give a search/filter box for searching ROPs by text. When searching for a ROP through libc... there are a lot... I just want pop eax damnit!

ttufts commented 5 years ago

Addendum:

Allow copy/pasta for the ROP list. Editor of choice might be a nice shortcut for this, and awesome editors like Atom allow regex search.

eteran commented 4 years ago

The ROPTool has been searchable for a while now. Now that 1.1.0 is released, safe to close this bug :-)

No Regex support yet though, that would require at the very least a checkbox to enable since it would be confusing by default.