nowsecure / r2frida

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

Module version mismatch #210

Closed sa1g0n1337 closed 4 years ago

sa1g0n1337 commented 4 years ago

I run and got this error message.

$r2 frida://usb//2367 Module version mismatch /home/username/.local/share/radare2/plugins/io_frida.so (4.3.0-git) vs (4.2.1) r2pm -ci r2frida [r] Cannot open 'frida://usb//2367'

I tried both 2 ways to install (git, r2pm) and got the same error.

trufae commented 4 years ago

Try removing the offending plugin first. I assume you did make install as root at some point and it failed to replace the old plugin

On 24 Feb 2020, at 09:33, Hoai Vu notifications@github.com wrote:

 I run and got this error message.

$r2 frida://usb//2367 Module version mismatch /home/username/.local/share/radare2/plugins/io_frida.so (4.3.0-git) vs (4.2.1) r2pm -ci r2frida [r] Cannot open 'frida://usb//2367'

I tried both 2 ways to install (git, r2pm) and got the same error.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sa1g0n1337 commented 4 years ago

I already removed all plugins and fresh installed both radare2 and r2frida but nothing worked

enovella commented 4 years ago

Did you install radare2 from git? If so, then try this out:

$ sudo apt remove radare2
$ r2pm -ci r2frida
sa1g0n1337 commented 4 years ago

I tried but it not work :(

remove install run

enovella commented 4 years ago

try this

$ r2 frida://0

The problem i think is the way you're using the tool.

enovella commented 4 years ago

Also, you should update your radare2 to the latest

sa1g0n1337 commented 4 years ago

This is the latest version of my os

r2

trufae commented 4 years ago

Latest r2 = r2 from git, aka 4.3

On 25 Feb 2020, at 04:09, Hoai Vu notifications@github.com wrote:

 This is the latest version of my os

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

sa1g0n1337 commented 4 years ago

Thanks! I fixed!