MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / alloc

Function alloc

Il2cppHook/_Ufunc.js:8139–8139  ·  view source on GitHub ↗
(size = 1)

Source from the content-addressed store, hash-verified

8137exports.allocUStr = allocUStr;
8138const allocP = (size = Process.pointerSize) => Memory.alloc(size);
8139const alloc = (size = 1) => allocP(size * p_size);
8140exports.alloc = alloc;
8141function allocVector(x = 0, y = 0, z = 0, w) {
8142 let argsLength = arguments.length;

Callers 15

listFieldsFromClsMethod · 0.70
fakeStaticFieldMethod · 0.70
ctor_11Method · 0.70
ctor_1Method · 0.70
ctor_0Method · 0.70
ctor_0Method · 0.70
ctorMethod · 0.70
_cctorMethod · 0.70
ctor_0Method · 0.70
ctor_0Method · 0.70
ctor_0Method · 0.70
get_eulerAnglesMethod · 0.70

Calls 1

allocPFunction · 0.70

Tested by

no test coverage detected