r2frida icon indicating copy to clipboard operation
r2frida copied to clipboard

Implement more search commands

Open radare opened this issue 8 years ago • 0 comments

Other useful / commands to have in r2frida:

  • [x] /v[1,2,4,8] will be also nice
  • [ ] /c -- disassemble until instruction matches given string
  • [ ] /R -- search for ROP gadgets (implement rop.js ?)
  • [ ] /r -- search for references to address
  • [ ] /V min max -- find value in range
  • [x] /w -- wide string (done but not working)
  • [x] /z -- https://github.com/nowsecure/r2frida/issues/92

radare avatar Feb 27 '17 22:02 radare

cc @mrmacete

trufae avatar Jul 20 '18 14:07 trufae