AFLplusplus / AFLplusplus/LibAFL

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

Abierto
#3,401 6 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
Rust
Estrellas
2.6k
Forks
481
Merge medio
2 d 30 min
PR fusionados (30 d)
16

Descripción

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?

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.