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

Class FuzzwareNvicHandler

icicle-cortexm/src/lib.rs:813–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813struct FuzzwareNvicHandler {
814 uc: *mut uc_engine,
815}
816
817impl IoMemory for FuzzwareNvicHandler {
818 fn read(&mut self, addr: u64, buf: &mut [u8]) -> icicle_vm::cpu::mem::MemResult<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected