MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / il2cpp_hook_method

Function il2cpp_hook_method

lib/cli/index.js:127–129  ·  view source on GitHub ↗
(method_handle, class_handle, method_type, class_name, nameSpace, img_name, method_name, parameters)

Source from the content-addressed store, hash-verified

125}
126
127function il2cpp_hook_method(method_handle, class_handle, method_type, class_name, nameSpace, img_name, method_name, parameters) {
128 func.hook_unity_function(method_handle, class_handle, method_type, class_name, nameSpace, img_name, method_name, parameters);
129}
130
131function il2cpp_resend_function(method_handle, args_param) {
132 func.resend_function(method_handle, args_param);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected