nowsecure / r2frida

Radare2 and Frida better together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Windows failed

hillelpinto opened this issue · comments

PLEASE HELP ME
While trying to install r2frida on windows 11, these failure was caught and nothing on internet on it !!!
1- Radare2 is already installed and works great
2- Visual studio 2022 is installed and windows SDK also
Here are some screenshot of what happened:
a. File structure:
image

As u can see the file structure is as it's requested in the setup section of r2frida

b. Failure message
image

c. The library not found in the error message are obviously already existant on my computer

image

image

So i tried to copy the library from the path on Everything and paste them in the directory of r2frida, and it fixed it but every time a new library was not found.... so during 2-3h i was adding library into the r2frida directory..

Until now, I didn't got any success on the installation, please help me !!!!!!!!!
Please please please....

Plus, I tried to install it through r2pm but here's the failure:
image

Resolved the issue by updating the path of R2_INC in make.bat.

The path needs to be updated to:set R2_INC=/I"%R2_BASE%\prefix\include" /I"%R2_BASE%\prefix\include\libr" /I"%R2_BASE%\prefix\include\libr\sdb"

Same as for the 2 cl.exe command, update the path with "prefix" after the R2 path.