This commit is contained in:
Chris Gora 2020-12-12 12:32:07 +00:00
parent 0eda6fbce9
commit 5c9be58181

View File

@ -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 > [ 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 ```sh
python autoRop.py --input_method file --run test-binaries/null-data-addr python autoRop.py --input_method file --run test-binaries/null-data-addr
``` ```