Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxucs committed Jun 13, 2018
2 parents 05f9c4d + 72d941a commit 94a646d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ python ./bin/ptfuzzer.py "-i your/input/directory -o your/output/directory" "you
```
* e.g. python ./bin/ptfuzzer.py "-i ./test/in -o ./test/out" "./test/readelf -a"
* Please refer to ptfuzzer/afl-pt/doc/ if you need more information and about AFL arguements

## config
You can edit a config file named ptfuzzer.conf to control the branch collection stratagy used. You can put ptfuzzer.conf in the current working directory or /etc/. Here is an example:
```
#BRANCH_MODE=TNT_MODE
BRANCH_MODE=TIP_MODE
```
In TIP_MODE, only the far control flow change encoded in the TIP packets are recorded, while TNT_MODE also includes the conditional branch encoded in the TNT packets.

0 comments on commit 94a646d

Please sign in to comment.