Expand description
libafl_targets
contains runtime code, injected in the target itself during compilation.
Re-exports§
pub use sancov_pcguard::*;
pub use sancov_cmp::*;
pub use libfuzzer::*;
pub use sancov_8bit::*;
pub use coverage::*;
pub use value_profile::*;
pub use call::*;
pub use cmps::*;
pub use forkserver::*;
Modules§
- The module to hook call instructions
- runtime related to comparisons
- Coverage maps as static mut array
- Forkserver logic into targets
Libfuzzer
-style runtime wrapper forLibAFL
.LLVM
8-bit-counters
runtime forLibAFL
.- Sanitizer Coverage comparison functions
LLVM
PcGuard
runtime forLibAFL
.- Module containing bindings to the various sanitizer interface headers
- Value profile support for
LibAFL
Constants§
- The size of the accounting maps
- The height of the
CmpLog
map - The width of the
CmpLog
map - The size of the cmps map
- The size of the accounting maps
- The real allocated size of the edges map
- The default size of the edges map the fuzzer uses