Docs.rs
afl-0.12.17
afl 0.12.17
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
Crates.io
Source
Owners
frewsxcv
github:rust-fuzz:publishers
Dependencies
clap ^4.2
normal
lazy_static ^1.4.0
normal
libc ^0.2.142
normal
rustc_version ^0.4
normal
xdg ^2.4
normal
arbitrary ^1
dev
assert_cmd ^2.0
dev
tempfile ^3.5
dev
fs_extra ^1.3
build
home ^0.5
build
rustc_version ^0.4
build
tempfile ^3.5
build
xdg ^2.4
build
Versions
75%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
i686-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate afl
Version 0.12.17
All Items
Macros
Functions
?
Crate
afl
source
·
[
−
]
Macros
fuzz
Fuzz a closure-like block of code by passing it an object of arbitrary type.
fuzz_nohook
Like
fuzz!
above, but panics that are caught inside the fuzzed code are not turned into crashes.
Functions
fuzz
Fuzz a closure by passing it a
&[u8]