Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void force_crash(uc_engine *uc, uc_err error) {
47
do_exit(uc, error);
48
}
49
50
void reload_fuzz_consumption_timer(uc_engine* uc) {
51
reload_timer(uc, uc->fw->fuzz_consumption_timer_id);
Callers
4
PopStack
Function · 0.85
PushStack
Function · 0.85
ExceptionReturn
Function · 0.85
ExceptionEntry
Function · 0.85
Calls
1
do_exit
Function · 0.85
Tested by
no test coverage detected