(script)
| 351 | } |
| 352 | |
| 353 | async function il2cpp_load_custom_script(script) { |
| 354 | await api.il2cpp_load_custom_script(script) |
| 355 | } |
| 356 | |
| 357 | async function il2cpp_hook_field(addr, value, instance_addr) { |
| 358 | await api.il2cpp_hook_field(addr, value, instance_addr) |