I tried to install radare2 on 32bit windows xp but i got strange problem #21362
Unanswered
AirShoot125
asked this question in
Q&A
Replies: 1 comment
-
|
Shellscripts cant be executed on windows. The instructions to build radare2 on windows are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used next commands in windows cmd
git clone https://github.com/radare/radare2
cd radare2
cd sys
install.sh
After install.sh for a second, some window appeared, as if it was trying to do something, but could not, and immediately closed
r2 -w libname .so was next but instead of this i see that "r2 is not recognized as an internal or external command, operable program or batch"
How to solve it?
Beta Was this translation helpful? Give feedback.
All reactions