nowsecure / r2frida

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

Tweak `.:init*` at process injection to avoid showing a lot of errors #550

Closed enovella closed 8 months ago

enovella commented 8 months ago
Screenshot 2024-01-28 at 00 46 19
trufae commented 8 months ago

try again with master and confirm the bug is fixed

enovella commented 8 months ago

ERROR: error: unable to find module containing 0x0
INFO: Mounted io on /r2f at 0x0
 -- Order pizza for $12.48? [Y/n]
[0x00000000]> :dc
INFO: resumed spawned process```
trufae commented 8 months ago

Guess thats because java apps have no entry0?

trufae commented 8 months ago

try again, i did a blind fix, ill try to setup an android device and do further testing

enovella commented 8 months ago

same issue @trufae

enovella commented 8 months ago

It works on a cleaned installation, tested with @as0ler