Skip to content

Commit 61842e0

Browse files
vanhauser-thcsmoelius
authored andcommitted
nits
1 parent 8c296e9 commit 61842e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ environment variable `AFL_NO_CFG_FUZZING` to `1` when building.
5757
If you want to use [IJON](https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/IJON.md) - helping fuzzer coverage through code annotation - then
5858
have a look at the [maze example](afl/examples/maze.rs).
5959

60-
You can find the AFL++ IJON documentation at [https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/IJON.md](https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/IJON.md)
61-
6260
Note that the IJON macros have been rustyfied to lowercase - hence `IJON_MAX(x)` is `ijon_max(x)` in Rust.
6361

6462
You will need to the following imports from `afl`, in addition to any macros that you use (e.g., `afl::ijon_max`):

0 commit comments

Comments
 (0)