Skip to content

Commit

Permalink
Merge pull request #2 from 0vercl0k/main
Browse files Browse the repository at this point in the history
Fix broken link for `HitcountsMapObserver` in the `Observer` chapter
  • Loading branch information
novafacing authored Jul 15, 2024
2 parents 8842c5c + 20133de commit a881820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libafl/fuzzing-rust/feedbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ although many common cases are implemented by default.
For example, the
[`AflMapFeedback`](https://docs.rs/libafl/latest/libafl/feedbacks/map/type.AflMapFeedback.html)
implements the interestingness determination used by AFL and AFL++ given the state of a
[`HitcountsMapObserver`](https://docs.rs/libafl/latest/libafl/observers/map/struct.HitcountsMapObserver.html).
[`HitcountsMapObserver`](https://docs.rs/libafl/latest/libafl/observers/map/hitcount_map/struct.HitcountsMapObserver.html).

The interestingness determination from each feedback is used to determine whether a
testcase should be kept, and further mutated, or discarded. The
Expand Down

0 comments on commit a881820

Please sign in to comment.