From 28602eea7945108e31d6ddfe46aad5a01c6bf05e Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Tue, 9 Jan 2024 10:55:40 -0600 Subject: [PATCH] Fix comment in PatchModifier --- patchAPI/PatchModifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchAPI/PatchModifier.cpp b/patchAPI/PatchModifier.cpp index bab7075..483ae90 100644 --- a/patchAPI/PatchModifier.cpp +++ b/patchAPI/PatchModifier.cpp @@ -13,7 +13,7 @@ namespace dp = Dyninst::ParseAPI; namespace pa = Dyninst::PatchAPI; /* - * Insert an x86 nop slide in every function + * Remove a function from the CFG. */ int main(int argc, char* argv[]) {