nowsecure / r2frida

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

Setup Windows failed #468

Closed hillelpinto closed 1 year ago

hillelpinto commented 1 year ago

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....

hillelpinto commented 1 year ago

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

image
hillelpinto commented 1 year ago

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.