Commit 3057c64668b070a4f0f53749f627d73d1ad999e9
1 parent
83c1e66d
clsid: added Bitmap Image
Showing
1 changed file
with
1 additions
and
0 deletions
oletools/common/clsid.py
| ... | ... | @@ -88,6 +88,7 @@ KNOWN_CLSIDS = { |
| 88 | 88 | '00022603-0000-0000-C000-000000000046': 'OLE Package Object (may contain and run any file)', |
| 89 | 89 | '0002CE02-0000-0000-C000-000000000046': 'Microsoft Equation 3.0 (Known Related to CVE-2017-11882 or CVE-2018-0802)', |
| 90 | 90 | '0002CE03-0000-0000-C000-000000000046': 'MathType Equation Object', |
| 91 | + '0003000A-0000-0000-C000-000000000046': 'Bitmap Image', | |
| 91 | 92 | '0003000B-0000-0000-C000-000000000046': 'Microsoft Equation (Known Related to CVE-2017-11882 or CVE-2018-0802)', |
| 92 | 93 | '0003000C-0000-0000-C000-000000000046': 'OLE Package Object (may contain and run any file)', |
| 93 | 94 | '0003000D-0000-0000-C000-000000000046': 'OLE Package Object (may contain and run any file)', | ... | ... |