Clean up TODOs

This commit is contained in:
Katy Coe
2019-11-02 18:48:44 +01:00
parent 509b0cb778
commit 614f5c0e01
3 changed files with 3 additions and 7 deletions

View File

@@ -140,7 +140,7 @@ namespace Il2CppInspector
foreach (var section in sections) {
var rels = ReadArray<MachO_relocation_info>(section.ImageRelocOffset, section.NumRelocEntries);
// TODO: Implement
// TODO: Implement Mach-O relocations
if (rels.Any()) {
Console.WriteLine("Mach-O file contains relocations (feature not yet implemented)");
break;