diff options
author | van Hauser <vh@thc.org> | 2020-04-16 10:43:13 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-16 10:43:13 +0200 |
commit | 5361d6a303ee987b933f4851e2dc78e6084083ab (patch) | |
tree | 53df5c3f412d01d9c4b48ffd7cdae54ab1ef5f38 /afl-dyninst.cpp | |
parent | 6447fc17e5257af2771799f352c824b5eed6fcc6 (diff) | |
download | afl-dyninst-5361d6a303ee987b933f4851e2dc78e6084083ab.tar.gz |
rename trace bits variable
Diffstat (limited to 'afl-dyninst.cpp')
-rw-r--r-- | afl-dyninst.cpp | 1 |
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"); |