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

Class SoInfo

_agent.js:47–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46exports.ElfFile = ElfFile;
47class SoInfo extends NativePointer {
48 constructor(pointer) {
49 super(pointer);
50 }
51 phnum() {
52 return this.add(0x8).readU64();
53 }
54 base() {
55 return this.add(0x10).readU64().toString(0x10);
56 }
57 size() {
58 return this.add(0x18).readU64();
59 }
60}
61exports.SoInfo = SoInfo;
62exports.ElfDumper = {
63 findmmap: function () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected