-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ndk-build: command not found #6
Comments
You need NDK (Native Develop Toolkit) in your $PATH so that ndk-build is available. Look up how to setup ndk for your machine and then build the jni challenge. |
Challenge 13 has been made such to get code execution with the strcpy buffer overflow. To make it easy we did
in |
Other option is to switch to GCC altogether. From
This will disable NX in jni libs. |
watch this video to clear all doubts: https://www.youtube.com/watch?v=PXvEh_QhGt8 |
Hello,
I am having this ndk issue when running the command "make"
ndk-buildmake: ndk-build: command not foundmakefile:35: recipe for target 'all' failedmake: *** [all] error 127
The text was updated successfully, but these errors were encountered: