MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / write_input_to_target

Method write_input_to_target

hail-fuzz/src/main.rs:863–870  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

861 }
862
863 fn write_input_to_target(&mut self) -> anyhow::Result<()> {
864 let source = self
865 .target
866 .get_mmio_handler(&mut self.vm)
867 .ok_or_else(|| anyhow::format_err!("target does not support MultiStream input"))?;
868 source.clone_from(&self.state.input);
869 Ok(())
870 }
871
872 fn auto_trim_input(&mut self) -> anyhow::Result<()> {
873 let source = self

Callers 11

runMethod · 0.80
fuzz_oneMethod · 0.80
exec_oneMethod · 0.80
crate_snapshot_afterMethod · 0.80
fuzz_oneMethod · 0.80
validate_last_execFunction · 0.80
run_onceFunction · 0.80
capture_comparisonsFunction · 0.80
startMethod · 0.80
fuzz_oneMethod · 0.80
try_execMethod · 0.80

Calls 2

get_mmio_handlerMethod · 0.80
clone_fromMethod · 0.80

Tested by

no test coverage detected