nowsecure / r2frida

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

Struggling for months to make this tool work either on Kali or in Windows #620

Closed Abdelrahmanamhawy closed 1 month ago

Abdelrahmanamhawy commented 1 month ago

Kali : Running r2pm -ci r2frida i get a hell lot of errors that i tried for days fixing with no success.

2024-09-07_19-59

Strangly windows have less error . I downloaded the .zip file from release and have radare2 in the r2frida project folder . But i can't run it . When i run ./r2frida-compile.exe i get this error :

2024-09-07_19-58

Please assist me with windows since i lost all hope on Kali . I don't know what to do anymore..

trufae commented 1 month ago

The error on kali is because (i guess) you i stalled r2 from the debian package and you didnt installed the -dev one so pkgconfig cant find the rcore library

the windows error is really weird because this symbol is in rutil.dll so i guess you forgot to copy the library in the same dieectory of the executable

Abdelrahmanamhawy commented 1 month ago

Okay so from scraping the responses here i saw that you advise people on uninstall r2 and installing , i did that and it now works ! Thanks . I have been struggling for days trying to find a tool that lets me debug ASM code in an APK directly , i have to bypass shielding . Anyways , thanks so much and hopefully it helps me :)

trufae commented 1 month ago

Happy to help and glad it works! Feel free to join the discord chat if you have more questions