Commit e8e9746e8dbfcca87465e92368a6e8595622a107

Authored by decalage2
1 parent b23802a7

clsid: added SAX XML Reader 6.0 (msxml6.dll)

Showing 1 changed file with 2 additions and 1 deletions
oletools/common/clsid.py
... ... @@ -43,7 +43,7 @@ http://www.decalage.info/python/oletools
43 43 # 2018-04-18 PL: - added known-bad CLSIDs from Cuckoo sandbox (issue #290)
44 44 # 2018-05-08 PL: - added more CLSIDs (issues #299, #304), merged and sorted
45 45  
46   -__version__ = '0.56.2'
  46 +__version__ = '0.60.1.dev1'
47 47  
48 48  
49 49 # REFERENCES:
... ... @@ -154,6 +154,7 @@ KNOWN_CLSIDS = {
154 154 '88D969EA-F192-11D4-A65F-0040963251E5': 'Msxml2.XMLHTTP.5.0',
155 155 '88D969E7-F192-11D4-A65F-0040963251E5': 'Msxml2.XMLSchemaCache.5.0',
156 156 '88D969E8-F192-11D4-A65F-0040963251E5': 'Msxml2.XSLTemplate.5.0',
  157 + '88D96A0C-F192-11D4-A65F-0040963251E5': 'SAX XML Reader 6.0 (msxml6.dll)',
157 158 '8E75D913-3D21-11D2-85C4-080009A0C626': 'AutoCAD 2004-2006 Document',
158 159 '9181DC5F-E07D-418A-ACA6-8EEA1ECB8E9E': 'MSCOMCTL.TreeCtrl (may trigger CVE-2012-0158)',
159 160 '975797FC-4E2A-11D0-B702-00C04FD8DBF7': 'Loads ELSEXT.DLL (Known Related to CVE-2015-6128)',
... ...