mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-10 05:19:44 +05:00
Compare commits
2 Commits
193395db29
...
8b93dda191
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b93dda191 | ||
|
|
bba8a2913a |
@@ -83,8 +83,8 @@ class IDADisassemblerInterface(BaseDisassemblerInterface):
|
|||||||
ida_ida.inf_set_genflags(self._cached_genflags & ~ida_ida.INFFL_AUTO)
|
ida_ida.inf_set_genflags(self._cached_genflags & ~ida_ida.INFFL_AUTO)
|
||||||
|
|
||||||
# Unload type libraries we know to cause issues - like the c++ linux one
|
# Unload type libraries we know to cause issues - like the c++ linux one
|
||||||
PLATFORMS = ["x86", "x64", "arm", "arm64"]
|
PLATFORMS = ["x86", "x64", "arm", "arm64", "win7"]
|
||||||
PROBLEMATIC_TYPELIBS = ["gnulnx"]
|
PROBLEMATIC_TYPELIBS = ["gnulnx", "mssdk64"]
|
||||||
|
|
||||||
for lib in PROBLEMATIC_TYPELIBS:
|
for lib in PROBLEMATIC_TYPELIBS:
|
||||||
for platform in PLATFORMS:
|
for platform in PLATFORMS:
|
||||||
|
|||||||
Reference in New Issue
Block a user