Docs.rs
afl-0.15.12
afl 0.15.12
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
frewsxcv
github:rust-fuzz:publishers
Dependencies
libc ^0.2
normal
rustc_version ^0.4
normal
xdg ^2.5
normal
arbitrary ^1
dev
home ^0.5
build
Versions
75%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-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
afl
0.15.12
All Items
Crate Items
Macros
Functions
Crate
afl
Copy item path
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]