Commit 959bc8d1032f036a060daf0cef92dd67246a785a
1 parent
da46fb84
updated readme
Showing
2 changed files
with
8 additions
and
2 deletions
oletools/README.html
| ... | ... | @@ -14,7 +14,8 @@ |
| 14 | 14 | <p>Note: python-oletools is not related to OLETools published by BeCubed Software.</p> |
| 15 | 15 | <h2 id="news">News</h2> |
| 16 | 16 | <ul> |
| 17 | -<li><strong>2016-04-12 v0.45</strong>: improved <a href="https://bitbucket.org/decalage/oletools/wiki/rtfobj">rtfobj</a> to handle several <a href="http://www.decalage.info/rtf_tricks">anti-analysis tricks</a>, improved <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> to export results in JSON format.</li> | |
| 17 | +<li><strong>2016-04-19 v0.46</strong>: <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> does not deobfuscate VBA expressions by default (much faster), new option --deobf to enable it. Fixed color display bug on Windows for several tools.</li> | |
| 18 | +<li>2016-04-12 v0.45: improved <a href="https://bitbucket.org/decalage/oletools/wiki/rtfobj">rtfobj</a> to handle several <a href="http://www.decalage.info/rtf_tricks">anti-analysis tricks</a>, improved <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> to export results in JSON format.</li> | |
| 18 | 19 | <li>2016-03-11 v0.44: improved <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> to extract and analyse strings from VBA Forms.</li> |
| 19 | 20 | <li>2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix and slight improvements in <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a>.</li> |
| 20 | 21 | <li>2016-02-07 v0.42: added two new tools oledir and olemap, better handling of malformed files and several bugfixes in <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a>, improved display for <a href="https://bitbucket.org/decalage/oletools/wiki/olemeta">olemeta</a>.</li> | ... | ... |
oletools/README.rst
| ... | ... | @@ -26,7 +26,12 @@ Software. |
| 26 | 26 | News |
| 27 | 27 | ---- |
| 28 | 28 | |
| 29 | -- **2016-04-12 v0.45**: improved | |
| 29 | +- **2016-04-19 v0.46**: | |
| 30 | + `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`__ does | |
| 31 | + not deobfuscate VBA expressions by default (much faster), new option | |
| 32 | + --deobf to enable it. Fixed color display bug on Windows for several | |
| 33 | + tools. | |
| 34 | +- 2016-04-12 v0.45: improved | |
| 30 | 35 | `rtfobj <https://bitbucket.org/decalage/oletools/wiki/rtfobj>`__ to |
| 31 | 36 | handle several `anti-analysis |
| 32 | 37 | tricks <http://www.decalage.info/rtf_tricks>`__, improved | ... | ... |