From c757b05f72edd3c035c5ac6f2e2902ed371f8ff1 Mon Sep 17 00:00:00 2001 From: Tavis Ormandy Date: Mon, 5 Jun 2017 15:45:55 -0700 Subject: [PATCH] Update README.md --- coverage/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/coverage/README.md b/coverage/README.md index 470e1cb..a2dc42a 100644 --- a/coverage/README.md +++ b/coverage/README.md @@ -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()`.