Merge pull request #497 from fireeye/williballenthin-patch-1

ida: support 7.6
This commit is contained in:
Willi Ballenthin
2021-04-13 08:54:51 -06:00
committed by GitHub

View File

@@ -23,6 +23,7 @@ SUPPORTED_IDA_VERSIONS = [
"7.3",
"7.4",
"7.5",
"7.6",
]
# file type names as returned by idaapi.get_file_type_name()