MCPcopy Create free account
hub / github.com/Ahmeth4n/renef / get_java_hook_original_entry

Function get_java_hook_original_entry

src/agent/hook/java.c:2108–2113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2106}
2107
2108void* get_java_hook_original_entry(int hook_index) {
2109 if (hook_index < 0 || hook_index >= g_java_hook_count) {
2110 return NULL;
2111 }
2112 return g_java_hooks[hook_index].original_entry_point;
2113}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected