You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first thing the executable should do is printing argv[0] (the program relative/absolute path) and the UID, if it doesn't, it's not the exploit executable, but the original one, so the overwriting of the run-as executable failed
The text was updated successfully, but these errors were encountered:
Can't overwrite run-as executable on Galaxy Tab E (Arch armeabi-v7a, Android 4.4.4 KitKat API 19)
ADB file transfer and dcow execution are successful, but when the executable tries to overwrite /system/bin/run-as it fails without logging anything
Here is the output of
make root
plusadb shell '/system/bin/run-as'
:The first thing the executable should do is printing argv[0] (the program relative/absolute path) and the UID, if it doesn't, it's not the exploit executable, but the original one, so the overwriting of the run-as executable failed
The text was updated successfully, but these errors were encountered: