File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -85,18 +85,19 @@ The normal afl-fuzz command line format applies to everything here. Refer to
85
85
AFL's main documentation for more info about how to use afl-fuzz effectively.
86
86
87
87
For a much clearer vision of what all of this looks like, refer to the sample
88
- provided in the [ samples/] ( ./samples/ ) directory. There is also a
89
- blog post that uses slightly older concepts, but describes the general ideas,
90
- at:
88
+ provided in the [ samples/] ( ./samples/ ) directory. There is also a blog post that
89
+ uses slightly older concepts, but describes the general ideas, at:
91
90
92
91
[ https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf ] ( https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf )
93
92
94
93
The [ helper_scripts/] ( ./helper_scripts/ ) directory also contains several helper
95
94
scripts that allow you to dump context from a running process, load it, and hook
96
95
heap allocations. For details on how to use this, check out the follow-up blog
97
- post to the one linked above.
96
+ post to the one linked above:
98
97
99
- A example use of AFL-Unicorn mode is discussed in the paper Unicorefuzz:
98
+ [ https://hackernoon.com/afl-unicorn-part-2-fuzzing-the-unfuzzable-bea8de3540a5 ] ( https://hackernoon.com/afl-unicorn-part-2-fuzzing-the-unfuzzable-bea8de3540a5 )
99
+
100
+ An example use of AFL-Unicorn mode is discussed in the paper Unicorefuzz:
100
101
[ https://www.usenix.org/conference/woot19/presentation/maier ] ( https://www.usenix.org/conference/woot19/presentation/maier )
101
102
102
103
## 3) Options
You can’t perform that action at this time.
0 commit comments