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

Method implementationFlags

Il2cppHook/_Ufunc.js:11746–11750  ·  view source on GitHub ↗

Gets the implementation flags of the current method.

()

Source from the content-addressed store, hash-verified

11744 }
11745 /** Gets the implementation flags of the current method. */
11746 get implementationFlags() {
11747 const implementationFlagsPointer = Memory.alloc(Process.pointerSize);
11748 Il2Cpp.Api._methodGetFlags(this, implementationFlagsPointer);
11749 return implementationFlagsPointer.readU32();
11750 }
11751 /** */
11752 get fridaSignature() {
11753 const types = [];

Callers

nothing calls this directly

Calls 2

_methodGetFlagsMethod · 0.80
allocMethod · 0.45

Tested by

no test coverage detected