nowsecure / r2frida

Radare2 and Frida better together.
MIT License
1.18k stars 121 forks source link

Some attach URIs doesnt seem to work #220

Closed trufae closed 8 months ago

trufae commented 4 years ago
pmb:r2frida pancake$ r2 frida://usb//attach/20898
Process not found
[r] Cannot open 'frida://usb//attach/20898'
pmb:r2frida pancake$ r2 frida://attach/usb//attach/20898
Process not found
[r] Cannot open 'frida://attach/usb//attach/20898'
pmb:r2frida pancake$ r2 frida://attach/usb//20898
Warning: r_bin_file_hash: file exceeds bin.hashlimit
 -- ==1337== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
[0x00000000]>
trufae commented 8 months ago

fixed long time ago