Update README.md

This commit is contained in:
Tavis Ormandy
2017-06-05 15:45:55 -07:00
committed by GitHub
parent 7b665ef12a
commit c757b05f72
+1 -3
View File
@@ -38,7 +38,7 @@ distilled corpus for fuzzing.
Download the latest pintool for gcc from the pintool download page, and extract
it in the `coverage` directory.
* https://software.intel.com/en-us/articles/pintool-downloads
* https://software.intel.com/en-us/articles/pintool-downloads
```
$ tar -zxvf pin-3.2-81205-gcc-linux.tar.gz
@@ -129,8 +129,6 @@ $ bash genidc.sh minimal.txt > coverage.idc
Now you can load this file in IDA with `File->Script File...`.
![Annotated IDB](https://raw.githubusercontent.com/taviso/loadlibrary/master/doc/annotatedidb.png)
## Notes
* The pintool only starts collecting coverage data once you've called `InstrumentationCallback()`.