Commit cd4b73d91dde8d74ed25833384ed39c0d620c2d2

Authored by decalage2
1 parent 631a172e

updated readme and changelog for v0.55

Showing 1 changed file with 13 additions and 6 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 +- **2019-12-03 v0.55**:
  30 + - olevba:
  31 + - added support for SLK files and XLM macro extraction from SLK
  32 + - VBA Stomping detection
  33 + - integrated pcodedmp to extract and disassemble P-code
  34 + - detection of suspicious keywords and IOCs in P-code
  35 + - new option --pcode to display P-code disassembly
  36 + - improved detection of auto execution triggers
  37 + - rtfobj: added URL carver for CVE-2017-0199
  38 + - better handling of unicode for systems with locale that does not support UTF-8, e.g. LANG=C (PR #365)
  39 + - tests:
  40 + - test files can now be encrypted, to avoid antivirus alerts (PR #217, issue #215)
  41 + - tests that trigger antivirus alerts have been temporarily disabled (issue #215)
29 42 - **2019-05-22 v0.54.2**:
30 43 - bugfix release: fixed several issues related to encrypted documents
31 44 and XLM/XLF Excel 4 macros
... ... @@ -55,12 +68,6 @@ News
55 68 - common.clsid contains the list of known CLSIDs, and their links to CVE vulnerabilities when relevant.
56 69 - oleid now detects encrypted OpenXML files
57 70 - fixed bugs in oleobj, rtfobj, oleid, olevba
58   -- 2018-02-18 v0.52:
59   - - New tool [msodde](https://github.com/decalage2/oletools/wiki/msodde) to detect and extract DDE links from MS Office files, RTF and CSV;
60   - - Fixed bugs in olevba, rtfobj and olefile, to better handle malformed/obfuscated files;
61   - - Performance improvements in olevba and rtfobj;
62   - - VBA form parsing in olevba;
63   - - Office 2007+ support in oleobj.
64 71  
65 72 See the [full changelog](https://github.com/decalage2/oletools/wiki/Changelog) for more information.
66 73  
... ...