From 05c5788c78124b333ffd4cb5e2c10d2859b893ac Mon Sep 17 00:00:00 2001 From: William Knowles Date: Wed, 8 Jan 2020 07:31:44 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7983a22..9602ad5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CodeCoverageModuleStomping -Tools to support code coverage based module stomping. Based on the blog post: http://williamknowles.io/?p=14 +Tools to support code coverage based module stomping. Based on the blog post: http://williamknowles.io/living-dangerously-with-module-stomping-leveraging-code-coverage-analysis-for-injecting-into-legitimately-loaded-dlls/ parse-drcov-identify-untouched.py - analyses DynamoRIO's drcov output. Run the script as follows, with the argument being the drcov output file. It's Python3 with the only non-standard dependency being PrettyTable.