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

Class FwContext

icicle-cortexm/fuzzware-native/unicorn.h:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156typedef struct {
157 void* ctx; // Pointer to Rust managed context.
158 struct FwContext* fw; // Pointer to context for Fuzzwre.
159
160 uc_err (*emu_stop)(void*, uc_err);
161 uc_err (*reg_read)(void*, int, void*);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected