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

Method RemoveHookEntry

Bcore/src/main/cpp/Dobby/source/Interceptor.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void Interceptor::RemoveHookEntry(void *address) {
53 if (HookEntryNode *entry_node = find_hook_entry_node(address)) {
54 list_del(&entry_node->list_node);
55 }
56}
57
58int Interceptor::GetHookEntryCount() {
59 int count = 0;

Callers 1

DobbyDestroyFunction · 0.80

Calls 1

list_delFunction · 0.85

Tested by

no test coverage detected