MCPcopy Create free account
hub / github.com/IIIImmmyyy/frida-il2cppDumper / il2cpp_array_length

Function il2cpp_array_length

_agent.js:1623–1626  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

1621 return il2cpp_method_is_generic(method);
1622 },
1623 il2cpp_array_length(arg) {
1624 let il2cpp_array_length = this.load("il2cpp_array_length", "uint32", ['pointer']);
1625 return il2cpp_array_length(arg);
1626 },
1627 il2cpp_method_is_inflated: function (method) {
1628 let il2cpp_method_is_inflated = this.load("il2cpp_method_is_inflated", "bool", ['pointer']);
1629 return il2cpp_method_is_inflated(method);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected