Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
afl-0.15.10
afl 0.15.10
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
frewsxcv
github:rust-fuzz:publishers
smoelius
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
afl
0.15.10
All 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]