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

Function il2cpp_load_custom_script

lib/cli/module/customize.js:2–10  ·  view source on GitHub ↗
(script)

Source from the content-addressed store, hash-verified

1const helper = require("../utils/helper");
2function il2cpp_load_custom_script(script) {
3 const func = new Function(script);
4 try{
5 func();
6 }catch (e) {
7 helper.send_message("heap_search",e.toString())
8 }
9
10}
11
12module.exports = {
13 il2cpp_load_custom_script

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected