-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello timwr,
I am running this on samsung Galaxy Tab 3V with android 4.4.4 using make root command
it give Output
make root
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk APP_PLATFORM=android-19 APP_ABI=armeabi-v7a
make[1]: Entering directory /home/rohitnew/CVE-2013-6282-master' [armeabi-v7a] Compile thumb : exploit <= exploit.c [armeabi-v7a] Executable : exploit [armeabi-v7a] Install : exploit => libs/armeabi-v7a/exploit make[1]: Leaving directory /home/rohitnew/CVE-2013-6282-master'
adb push libs/armeabi/exploit /data/local/tmp/exploit
adb: error: cannot stat 'libs/armeabi/exploit': No such file or directory
make: *** [push] Error 1
rohitnew@rohitnew-All-Series:~/CVE-2013-6282-master$ make root
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk APP_PLATFORM=android-19 APP_ABI=armeabi-v7a
make[1]: Entering directory /home/rohitnew/CVE-2013-6282-master' [armeabi-v7a] Install : exploit => libs/armeabi-v7a/exploit make[1]: Leaving directory /home/rohitnew/CVE-2013-6282-master'
adb push libs/armeabi-v7a/exploit /data/local/tmp/exploit
[100%] /data/local/tmp/exploit
adb shell 'chmod 777 /data/local/tmp/exploit'
adb shell '/data/local/tmp/exploit'
setsockopt() failed: Bad address.
this device is not supported.
kallsyms_addresses search failed.
Failed to get addresses.
Please help me ,Is there something wrong why my device is not supported?