AFLplusplus / AFLplusplus/LibAFL

`ExitKind::Ok` exposing the result of `libfuzzer_test_one_input`

Open
#3,401 6 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
2.6k
Forks
481
Avg merge
2d 30m
Merged PRs (30d)
16

Description

Currently, `libfuzzer_test_one_input` returns an i32 that is discarded when turning into `ExitKind::Ok`, whereas the value could potentially signal interestingness from the harness leveraged by domain-specific fuzzers. I suppose `ExitKind` is part of the public API so it wouldn't be possible to change it after this point, but perhaps an `ExitKind::Value(i32)` would come in handy?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.