Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ xhook_enable_debug
Function
xhook_enable_debug
Bcore/src/main/cpp/xhook/xhook.c:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void xhook_enable_debug(int flag)
49
{
50
return xh_core_enable_debug(flag);
51
}
52
53
void xhook_enable_sigsegv_protection(int flag)
54
{
Callers
1
JNI_API_DEF(enableDebug)
Function · 0.85
Calls
1
xh_core_enable_debug
Function · 0.85
Tested by
no test coverage detected