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

Function force_crash

icicle-cortexm/fuzzware-native/native_hooks.c:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void force_crash(uc_engine *uc, uc_err error) {
47 do_exit(uc, error);
48}
49
50void reload_fuzz_consumption_timer(uc_engine* uc) {
51 reload_timer(uc, uc->fw->fuzz_consumption_timer_id);

Callers 4

PopStackFunction · 0.85
PushStackFunction · 0.85
ExceptionReturnFunction · 0.85
ExceptionEntryFunction · 0.85

Calls 1

do_exitFunction · 0.85

Tested by

no test coverage detected