ELF: Detect and defeat trivial XOR encryption

This commit is contained in:
Katy Coe
2020-02-08 11:58:09 +01:00
parent b9061e573b
commit 5652e89abe
2 changed files with 41 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ namespace Il2CppInspector
DT_RELA = 7,
DT_RELASZ = 8,
DT_RELAENT = 9,
DT_INIT = 12,
DT_REL = 17,
DT_RELSZ = 18,
DT_RELENT = 19,