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

Function do_exit

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

Source from the content-addressed store, hash-verified

37
38
39void do_exit(uc_engine *uc, uc_err err) {
40 if(uc->fw->config.do_print_exit_info) {
41 fflush(stdout);
42 }
43 uc->emu_stop(uc->ctx, err);
44}
45
46void force_crash(uc_engine *uc, uc_err error) {
47 do_exit(uc, error);

Callers 6

force_crashFunction · 0.85
instr_limit_timeout_cbFunction · 0.85
handle_aircr_writeFunction · 0.85
handler_svcFunction · 0.85
ExceptionEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected