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

Method execute

hail-fuzz/src/main.rs:657–659  ·  view source on GitHub ↗

Runs the VM until it exits and updates the current fuzzing state.

(&mut self)

Source from the content-addressed store, hash-verified

655
656 /// Runs the VM until it exits and updates the current fuzzing state.
657 pub fn execute(&mut self) -> Option<VmExit> {
658 self.execute_with_limit(self.config.icount_limit)
659 }
660
661 /// Runs the VM until it exits or executs `limit` number of instructions and update the current
662 /// fuzzing state.

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 1

execute_with_limitMethod · 0.80

Tested by

no test coverage detected