Commit c4dadc67e90a377d090295e2871023face6a741b

Authored by decalage2
1 parent c2e0a8ae

readme: added v0.60

Showing 1 changed file with 13 additions and 0 deletions
README.md
... ... @@ -26,6 +26,19 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
26 26 News
27 27 ----
28 28  
  29 +- **2021-06-02 v0.60**:
  30 + - ftguess: new tool to identify file formats and containers (issue #680)
  31 + - oleid: (issue #679)
  32 + - each indicator now has a risk level
  33 + - calls ftguess to identify file formats
  34 + - calls olevba+mraptor to detect and analyse VBA+XLM macros
  35 + - olevba:
  36 + - when XLMMacroDeobfuscator is available, use it to extract and deobfuscate XLM macros
  37 + - rtfobj:
  38 + - use ftguess to identify file type of OLE Package (issue #682)
  39 + - fixed bug in re_executable_extensions
  40 + - crypto: added PowerPoint transparent password '/01Hannes Ruescher/01' (issue #627)
  41 + - setup: XLMMacroDeobfuscator, xlrd2 and pyxlsb2 added as optional dependencies
29 42 - **2021-05-07 v0.56.2**:
30 43 - olevba:
31 44 - updated plugin_biff to v0.0.22 to fix a bug (issues #647, #674)
... ...