From 5c9be58181f94cd13bd71decb8dded4c51794855 Mon Sep 17 00:00:00 2001 From: Chris Gora <34940205+ChrisGora@users.noreply.github.com> Date: Sat, 12 Dec 2020 12:32:07 +0000 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd29d11..0689f79 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ readelf --sections test-binaries/null-data-addr 2> /dev/null | grep -e "\.data > [ 2] .data PROGBITS 080f0000 091000 000f20 00 WA 0 0 32 ``` -AutoROP handles this and places its data at a +AutoROP handles this issue for us. ```sh python autoRop.py --input_method file --run test-binaries/null-data-addr ```