about summary refs log tree commit diff
path: root/afl-dyninst.cpp
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-16 10:43:13 +0200
committervan Hauser <vh@thc.org>2020-04-16 10:43:13 +0200
commit5361d6a303ee987b933f4851e2dc78e6084083ab (patch)
tree53df5c3f412d01d9c4b48ffd7cdae54ab1ef5f38 /afl-dyninst.cpp
parent6447fc17e5257af2771799f352c824b5eed6fcc6 (diff)
downloadafl-dyninst-5361d6a303ee987b933f4851e2dc78e6084083ab.tar.gz
rename trace bits variable
Diffstat (limited to 'afl-dyninst.cpp')
-rw-r--r--afl-dyninst.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-dyninst.cpp b/afl-dyninst.cpp
index 50a0a31..ea6a4f4 100644
--- a/afl-dyninst.cpp
+++ b/afl-dyninst.cpp
@@ -288,6 +288,7 @@ bool insertBBCallback(BPatch_addressSpace *appBin, BPatch_function *curFunc, cha
 
     BPatchSnippetHandle *handle;
 
+    // level 3 is disabled
     if (performance >= 3) {
       // these are dummy instructions we overwrite later
       BPatch_variableExpr *pid = appImage->findVariable("prev_id");