This commit is contained in:
Dongjia "toka" Zhang 2023-05-02 17:38:56 +02:00 committed by GitHub
parent c8fad7833d
commit 5b02fb420d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
//! [`LLVM` `8-bi-counters`](https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards) runtime for `LibAFL`. //! [`LLVM` `8-bi-counters`](https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards) runtime for `LibAFL`.
use alloc::vec::Vec; use alloc::vec::Vec;
use libafl::bolts::ownedref::OwnedMutSlice; use libafl::bolts::ownedref::OwnedMutSlice;
/// A [`Vec`] of `8-bit-counters` maps for multiple modules. /// A [`Vec`] of `8-bit-counters` maps for multiple modules.