Skip to content

Commit f63d2b0

Browse files
committed
Fix typo, add link
1 parent 29235a7 commit f63d2b0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

unicorn_mode/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,19 @@ The normal afl-fuzz command line format applies to everything here. Refer to
8585
AFL's main documentation for more info about how to use afl-fuzz effectively.
8686

8787
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:
9190

9291
[https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf](https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf)
9392

9493
The [helper_scripts/](./helper_scripts/) directory also contains several helper
9594
scripts that allow you to dump context from a running process, load it, and hook
9695
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:
9897

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:
100101
[https://www.usenix.org/conference/woot19/presentation/maier](https://www.usenix.org/conference/woot19/presentation/maier)
101102

102103
## 3) Options

0 commit comments

Comments
 (0)