Hey guys, looking for a bit of direction for getting this exploit working on my device. It's a Samsung Galaxy E 7" Lite, running at android SDK 19 (based on adb shell getprop ro.build.version.sdk).
I've attempted to build for APP_PLATFORM=android-19 and couldn't compile due to missing sys/capabilities.h headers. I've also attempted to increase the loop size without success.
I've pasted the output from my initial trial below. Interested in messing around with the code but need some direction as to what is potentially going wrong with the exploit.
Hey guys, looking for a bit of direction for getting this exploit working on my device. It's a Samsung Galaxy E 7" Lite, running at android SDK 19 (based on
adb shell getprop ro.build.version.sdk
).I've attempted to build for
APP_PLATFORM=android-19
and couldn't compile due to missingsys/capabilities.h
headers. I've also attempted to increase the loop size without success.I've pasted the output from my initial trial below. Interested in messing around with the code but need some direction as to what is potentially going wrong with the exploit.
Thanks!