Commit a2380b34453a03542f5a9d3b2486c0804accaad8
1 parent
81bc39a6
readme: added v0.54
Showing
1 changed file
with
14 additions
and
2 deletions
README.md
| @@ -26,7 +26,19 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. | @@ -26,7 +26,19 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. | ||
| 26 | News | 26 | News |
| 27 | ---- | 27 | ---- |
| 28 | 28 | ||
| 29 | -- **2018-05-30 v0.53**: | 29 | +- **2019-04-04 v0.54**: |
| 30 | + - olevba, msodde: added support for encrypted MS Office files | ||
| 31 | + - olevba: added detection and extraction of XLM/XLF Excel 4 macros (thanks to plugin_biff from Didier Stevens' oledump) | ||
| 32 | + - olevba, mraptor: added detection of VBA running Excel 4 macros | ||
| 33 | + - olevba: detect and display special characters such as backspace | ||
| 34 | + - olevba: colorized output showing suspicious keywords in the VBA code | ||
| 35 | + - olevba, mraptor: full Python 3 compatibility, no separate olevba3/mraptor3 anymore | ||
| 36 | + - olevba: improved handling of code pages and unicode | ||
| 37 | + - olevba: fixed a false-positive in VBA macro detection | ||
| 38 | + - rtfobj: improved OLE Package handling, improved Equation object detection | ||
| 39 | + - oleobj: added detection of external links to objects in OpenXML | ||
| 40 | + - replaced third party packages by PyPI dependencies | ||
| 41 | +- 2018-05-30 v0.53: | ||
| 30 | - olevba and mraptor can now parse Word/PowerPoint 2007+ pure XML files (aka Flat OPC format) | 42 | - olevba and mraptor can now parse Word/PowerPoint 2007+ pure XML files (aka Flat OPC format) |
| 31 | - improved support for VBA forms in olevba (oleform) | 43 | - improved support for VBA forms in olevba (oleform) |
| 32 | - rtfobj now displays the CLSID of OLE objects, which is the best way to identify them. Known-bad CLSIDs such as MS Equation Editor are highlighted in red. | 44 | - rtfobj now displays the CLSID of OLE objects, which is the best way to identify them. Known-bad CLSIDs such as MS Equation Editor are highlighted in red. |
| @@ -153,7 +165,7 @@ License | @@ -153,7 +165,7 @@ License | ||
| 153 | This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files | 165 | This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files |
| 154 | published with their own license. | 166 | published with their own license. |
| 155 | 167 | ||
| 156 | -The python-oletools package is copyright (c) 2012-2018 Philippe Lagadec (http://www.decalage.info) | 168 | +The python-oletools package is copyright (c) 2012-2019 Philippe Lagadec (http://www.decalage.info) |
| 157 | 169 | ||
| 158 | All rights reserved. | 170 | All rights reserved. |
| 159 | 171 |