Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ fuzz_one
Method
fuzz_one
hail-fuzz/src/main.rs:1009–1011 ·
view source on GitHub ↗
(&mut self, _: &mut Fuzzer)
Source
from the content-addressed store, hash-verified
1007
}
1008
1009
fn fuzz_one(&mut self, _: &mut Fuzzer) -> Option<VmExit> {
1010
None
1011
}
1012
}
1013
1014
/// A stage that imports fuzzing inputs from other fuzzers.
Callers
1
run
Method · 0.45
Calls
6
clone_from
Method · 0.80
reset_input_cursor
Method · 0.80
write_input_to_target
Method · 0.80
execute
Method · 0.80
auto_trim_input
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected