r2frida icon indicating copy to clipboard operation
r2frida copied to clipboard

Enumerate processes/devices and show help with r2 frida://?

Open trufae opened this issue 7 years ago • 2 comments

trufae avatar Aug 30 '17 17:08 trufae

One possible way could be:

  • frida://* list processes on host
  • frida://*/ lists devices
  • frida://DEVICE_ID/* list processes on a particular device
  • frida://*/* list processes on the first device
  • frida://*/Safari attaches to safari on the first device
  • frida://? show this help

mrmacete avatar Sep 01 '17 14:09 mrmacete

related to https://github.com/nowsecure/r2frida/issues/123

trufae avatar Mar 27 '19 10:03 trufae