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

Class ElfFile

_agent.js:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
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 }
42 e_shoff() {
43 return this.add(0x28).readU64();
44 }
45}
46exports.ElfFile = ElfFile;
47class SoInfo extends NativePointer {
48 constructor(pointer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected