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

Class LoadResizeInjector

hail-fuzz/src/load_resizer.rs:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33pub struct LoadResizeInjector {
34 resizer: LoadResizer,
35
36 /// Controls whether a zero-extend and shift operation is injected when only the upper bits of
37 /// an load are used.
38 optimize_upper_bits: bool,
39
40 /// A reference to the MMIO memory handler.
41 mmio_ref: IoHandler,
42}
43
44impl LoadResizeInjector {
45 pub fn new(mmio_ref: IoHandler, multiblock: bool, optimize_upper_bits: bool) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected