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

Method set_input

icicle-cortexm/src/lib.rs:439–441  ·  view source on GitHub ↗
(&mut self, _vm: &mut icicle_vm::Vm, _input: &[u8])

Source from the content-addressed store, hash-verified

437
438impl<T> icicle_fuzzing::Runnable for CortexmTarget<T> {
439 fn set_input(&mut self, _vm: &mut icicle_vm::Vm, _input: &[u8]) -> anyhow::Result<()> {
440 anyhow::bail!("input must be set directly");
441 }
442
443 fn run(&mut self, vm: &mut icicle_vm::Vm) -> anyhow::Result<VmExit> {
444 let (icicle_exit, fuzzware_exit) = self.with_uc_ptr(vm, |uc| {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected