nowsecure / r2frida

Radare2 and Frida better together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows installation failed

hillelpinto opened this issue · comments

Hi
Before all, I would like to inform you that the make.bat script should be updated since all the radare2 library under windows are located under prefix folder and not in the root directory of radare2... so the make.bat will never succeed the installation until you update him to fetch the r2 lib from the right path.

Secondly, after updating the make.bat file to perform a successful installation here's the output:

image

I can clearly see that the compilation of the r2frida and the io_plugin was successfull:

image

But nothing is recognized and r2frida is unusable.... Please help me !!!

Here's the file structure:

image

There are at least 5 issues about r2frida not working on windows. No need to open more, it will be better to unify them all and shape the information in a single place instead.

i'm aware that r2frida broke after updating to frida16 and i did some checks this week without much success because i think the bug is not in r2frida. But i hope to find some time next week to look at it again.

btw the issue for me is that the plugin loads but its unable to inject the script

let's unify all the windows issues in #444 (there are 5 issues about r2frida not working on windows) when thats a known issue and probably a bug in frida, i'm slowly investigating the issue but i didnt managed to find the reason why the compiled scripts are not parsed properly by frida inside r2frida.