Commit 0d4a9fb2079fa6557086f0d7bc416db4f2b46296
1 parent
58a8c105
updated readme for 0.47
Showing
1 changed file
with
8 additions
and
3 deletions
README.md
| ... | ... | @@ -22,7 +22,12 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. |
| 22 | 22 | News |
| 23 | 23 | ---- |
| 24 | 24 | |
| 25 | -- **2016-04-19 v0.46**: [olevba](https://github.com/decalage2/oletools/wiki/olevba) | |
| 25 | +- **2016-06-10 v0.47**: [olevba](https://github.com/decalage2/oletools/wiki/olevba) added PPT97 macros support, | |
| 26 | +improved handling of malformed/incomplete documents, improved error handling and JSON output, | |
| 27 | +now returns an exit code based on analysis results, new --relaxed option. | |
| 28 | +[rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj): improved parsing to handle obfuscated RTF documents, | |
| 29 | +added -d option to set output dir. Moved repository and documentation to GitHub. | |
| 30 | +- 2016-04-19 v0.46: [olevba](https://github.com/decalage2/oletools/wiki/olevba) | |
| 26 | 31 | does not deobfuscate VBA expressions by default (much faster), new option --deobf |
| 27 | 32 | to enable it. Fixed color display bug on Windows for several tools. |
| 28 | 33 | - 2016-04-12 v0.45: improved [rtfobj](https://github.com/decalage2/oletools/wiki/rtfobj) |
| ... | ... | @@ -31,8 +36,8 @@ improved [olevba](https://github.com/decalage2/oletools/wiki/olevba) |
| 31 | 36 | to export results in JSON format. |
| 32 | 37 | - 2016-03-11 v0.44: improved [olevba](https://github.com/decalage2/oletools/wiki/olevba) |
| 33 | 38 | to extract and analyse strings from VBA Forms. |
| 34 | -- 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix | |
| 35 | -and slight improvements in [olevba](https://github.com/decalage2/oletools/wiki/olevba). | |
| 39 | +- 2016-03-04 v0.43: added new tool [MacroRaptor](https://github.com/decalage2/oletools/wiki/mraptor) (mraptor) | |
| 40 | +to detect malicious macros, bugfix and slight improvements in [olevba](https://github.com/decalage2/oletools/wiki/olevba). | |
| 36 | 41 | - 2016-02-07 v0.42: added two new tools oledir and olemap, better handling of malformed |
| 37 | 42 | files and several bugfixes in [olevba](https://github.com/decalage2/oletools/wiki/olevba), |
| 38 | 43 | improved display for [olemeta](https://github.com/decalage2/oletools/wiki/olemeta). | ... | ... |