nowsecure / r2frida

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

Duplicates in \is #50

Closed alvarofe closed 5 years ago

alvarofe commented 7 years ago
alvaro@alvaro:~$ r2 frida://cat                           
Warning: r2frida cannot initialize mjolner
fstat : Error: expected a pointer
 -- 255 shades of (truecolor) grey
[0x00000000]> \is write
0x7f51d5666cc0
0x7f51d4e13620
0x7f51d5666cc0
0x7f51d4e13620
0x7f51d5666cc0

I would add modules as well in the output.

trufae commented 7 years ago

the reason for having more than one line here is because the symbol is defined in more than one module. But i agree on that’s confusing

On 20 Feb 2017, at 09:17, Álvaro Felipe Melchor notifications@github.com wrote:

alvaro@alvaro:~$ r2 frida://cat
Warning: r2frida cannot initialize mjolner fstat : Error: expected a pointer -- 255 shades of (truecolor) grey [0x00000000]> \is write 0x7f51d5666cc0 0x7f51d4e13620 0x7f51d5666cc0 0x7f51d4e13620 0x7f51d5666cc0

I would add modules as well in the output.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nowsecure/r2frida/issues/50, or mute the thread https://github.com/notifications/unsubscribe-auth/AGIjG8Ke2OY-yGOWDDRhPMnAZkJdnXW4ks5reUwogaJpZM4MF4PW.

trufae commented 5 years ago

The behaviour of is and many otoher commands have changed to be more consistent. so this shouldnt be an issue anymore