p3da icon indicating copy to clipboard operation
p3da copied to clipboard

gadget search broken too...

Open crowell opened this issue 10 years ago • 0 comments

gdb-peda$ ropsearch "inc rax" 0 0xffffffffffffffffffffffffffffff
Searching for ROP gadget: 'inc rax' in range: 0x0 - 0xffffffffffffffffffffffffffffff
Search for ROP gadgets in memory
    Note: only for simple gadgets, for full ROP search try: http://ropshell.com
Usage:
    ropsearch "gadget" start end
    ropsearch "gadget" pagename

gdb-peda$ 

I think the parser is actually broken somewhat... need to fix this

crowell avatar Dec 08 '14 00:12 crowell