MachO: Implement GetSections()

This commit is contained in:
Katy Coe
2020-12-04 21:11:19 +01:00
parent bb0badeb40
commit 381486e322
3 changed files with 31 additions and 7 deletions

View File

@@ -167,5 +167,7 @@ namespace Il2CppInspector
return pe.ImageBase + section.VirtualAddress + offset - section.PointerToRawData;
}
// TODO: PEReader.GetSections()
}
}