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

Method lift_block

hail-fuzz/src/load_resizer.rs:273–276  ·  view source on GitHub ↗
(&mut self, cpu: &mut Cpu, ctx: u64, target: u64)

Source from the content-addressed store, hash-verified

271 }
272
273 fn lift_block(&mut self, cpu: &mut Cpu, ctx: u64, target: u64) -> Result<BlockGroup, Error> {
274 self.lifter.set_context(ctx);
275 Ok(self.lifter.lift_block(&mut lifter::Context::new(cpu, &mut self.code, target))?)
276 }
277}
278
279#[derive(Default, Clone)]

Callers 1

get_or_lift_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected