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

Class FuzzwareMmioHandler

icicle-cortexm/src/mmio.rs:53–59  ·  view source on GitHub ↗

A re-implemented fuzzware MMIO handler

Source from the content-addressed store, hash-verified

51
52/// A re-implemented fuzzware MMIO handler
53pub struct FuzzwareMmioHandler<I> {
54 pub source: I,
55 pub models: Vec<Model>,
56 pub passthrough: Vec<u32>,
57 access_contexts: bool,
58 uc_ptr: *mut crate::uc_engine,
59}
60
61impl<I> std::ops::DerefMut for FuzzwareMmioHandler<I> {
62 fn deref_mut(&mut self) -> &mut Self::Target {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected