Skip to content

Commit

Permalink
updated readme for v0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Jun 29, 2017
1 parent ec9dff3 commit 12526da
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,17 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
News
----

- **2016-11-01 v0.50**: all oletools now support python 2 and 3.
- **2017-06-29 v0.51**:
- added the [oletools cheatsheet](https://github.com/decalage2/oletools/blob/master/cheatsheet/oletools_cheatsheet.pdf)
- improved [rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj) to handle malformed RTF files, detect vulnerability CVE-2017-0199
- olevba: improved deobfuscation and Mac files support
- [mraptor](https://github.com/decalage2/oletools/wiki/mraptor): added more ActiveX macro triggers
- added [DocVarDump.vba](https://github.com/decalage2/oletools/blob/master/oletools/DocVarDump.vba) to dump document variables using Word
- olemap: can now detect and extract [extra data at end of file](http://decalage.info/en/ole_extradata), improved display
- oledir, olemeta, oletimes: added support for zip files and wildcards
- many [bugfixes](https://github.com/decalage2/oletools/milestone/3?closed=1) in all the tools
- improved Python 2+3 support
- 2016-11-01 v0.50: all oletools now support python 2 and 3.
- olevba: several bugfixes and improvements.
- mraptor: improved detection, added mraptor_milter for Sendmail/Postfix integration.
- rtfobj: brand new RTF parser, obfuscation-aware, improved display, detect
Expand All @@ -33,13 +43,6 @@ improved handling of malformed/incomplete documents, improved error handling and
now returns an exit code based on analysis results, new --relaxed option.
[rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj): improved parsing to handle obfuscated RTF documents,
added -d option to set output dir. Moved repository and documentation to GitHub.
- 2016-04-19 v0.46: [olevba](https://github.com/decalage2/oletools/wiki/olevba)
does not deobfuscate VBA expressions by default (much faster), new option --deobf
to enable it. Fixed color display bug on Windows for several tools.
- 2016-04-12 v0.45: improved [rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj)
to handle several [anti-analysis tricks](http://www.decalage.info/rtf_tricks),
improved [olevba](https://github.com/decalage2/oletools/wiki/olevba)
to export results in JSON format.

See the [full changelog](https://github.com/decalage2/oletools/wiki/Changelog) for more information.

Expand Down Expand Up @@ -130,7 +133,7 @@ License
This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files
published with their own license.

The python-oletools package is copyright (c) 2012-2016 Philippe Lagadec (http://www.decalage.info)
The python-oletools package is copyright (c) 2012-2017 Philippe Lagadec (http://www.decalage.info)

All rights reserved.

Expand Down

0 comments on commit 12526da

Please # to comment.