microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 198 forks source link

Expose `allowlist-check` example as a local task utility #3514

Open tevoinea opened 11 months ago

tevoinea commented 11 months ago

It would be nice if, via the onefuzz-task local cli command, a user could specify an allowlist and a binary to analyze in order to validate their allowlist.

https://github.com/microsoft/onefuzz/blob/main/src/agent/coverage/examples/allowlist-check.rs

AB#166285