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

Function il2cpp_send_function

index.js:365–367  ·  view source on GitHub ↗
(addr, function_return_value, args_param)

Source from the content-addressed store, hash-verified

363}
364
365async function il2cpp_send_function(addr, function_return_value, args_param) {
366 await api.il2cpp_send_function(addr, function_return_value, args_param)
367}
368
369async function il2cpp_function_detach(addr) {
370 await api.il2cpp_function_detach(addr)

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected