MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / xh_core_del_sigsegv_handler

Function xh_core_del_sigsegv_handler

Bcore/src/main/cpp/xhook/xh_core.c:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 return 0;
113}
114static void xh_core_del_sigsegv_handler()
115{
116 if(!xh_core_sigsegv_enable) return;
117
118 sigaction(SIGSEGV, &xh_core_sigsegv_act_old, NULL);
119}
120
121
122static xh_core_hook_info_queue_t xh_core_hook_info = TAILQ_HEAD_INITIALIZER(xh_core_hook_info);

Callers 1

xh_core_clearFunction · 0.85

Calls 1

sigactionClass · 0.70

Tested by

no test coverage detected