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

Function xhook_ignore

Bcore/src/main/cpp/xhook/xhook.c:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33int xhook_ignore(const char *pathname_regex_str, const char *symbol)
34{
35 return xh_core_ignore(pathname_regex_str, symbol);
36}
37
38int xhook_refresh(int async)
39{

Callers

nothing calls this directly

Calls 1

xh_core_ignoreFunction · 0.85

Tested by

no test coverage detected