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

Function timers_restore_snapshot

icicle-cortexm/fuzzware-native/timer.c:444–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void timers_restore_snapshot(uc_engine *uc, void *snapshot) {
445 memcpy(&uc->fw->timers, snapshot, sizeof(struct TimerState));
446}
447
448void timers_discard_snapshot(uc_engine *uc, void *snapshot) {
449 free(snapshot);

Callers 1

restoreMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected