SELF: More boilerplate code

This commit is contained in:
Katy Coe
2020-02-25 16:15:37 +01:00
parent b509b4d227
commit e4034e6a39
5 changed files with 228 additions and 167 deletions

View File

@@ -26,6 +26,9 @@ namespace Il2CppInspector
ELFCLASS32 = 1,
ELFCLASS64 = 2,
// elf_header.e_Type
ET_EXEC = 2,
// PHTs
PT_DYNAMIC = 2,
DT_PLTGOT = 3,