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 ```