nowsecure / r2frida

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

`:dl` with no args it should show up help instead of an ERROR #508

Closed enovella closed 10 months ago

enovella commented 1 year ago

image

trufae commented 10 months ago

should be fixed in master now

enovella commented 10 months ago

$ r2 frida://0
WARN: r_arch_plugin_add: assertion 'a && ap' failed (line 257)
ERROR: error: unable to find module containing 0x0
INFO: Mounted io on /r2f at 0x0
 -- Tip: do 'r2pm -i r2premium; echo "e cfg.fortunes.type = nsfw" >> ~/.radare2rc' for a premium r2 experience
[0x555ded73463a]> :dl
ERROR: error: cannot read property 'startsWith' of undefined
[0x555ded73463a]> !r2 -v
radare2 5.8.9 32371 @ linux-x86-64
birth: git.5.8.8-921-g360ee8e6be 2023-12-01__18:05:27
commit: 360ee8e6beb8d3d062240ed184fe5fb3e203e9e0
options: gpl -O? cs:5 cl:2 make
[0x555ded73463a]> :?V
{"version":"16.1.8"}
[0x555ded73463a]>```
trufae commented 10 months ago

Are you sure you are using the last build of r2frida? Because there are warnings of abi incompatible plugins and i cant repro