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

Method constructor

_agent.js:36–38  ·  view source on GitHub ↗
(pointer)

Source from the content-addressed store, hash-verified

34exports.elf64_shdr = elf64_shdr;
35class ElfFile extends NativePointer {
36 constructor(pointer) {
37 super(pointer);
38 }
39 e_shnum() {
40 return this.add(0x3c).readU16();
41 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected