Commit 850cbdcc5b757210b1e83cdf7a9d3cfa6f0fcdc7
1 parent
94b1c3a1
updated readme
Showing
3 changed files
with
14 additions
and
3 deletions
README.md
| @@ -22,7 +22,11 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. | @@ -22,7 +22,11 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. | ||
| 22 | News | 22 | News |
| 23 | ---- | 23 | ---- |
| 24 | 24 | ||
| 25 | -- **2016-03-11 v0.44**: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) | 25 | +- **2016-04-12 v0.45**: improved [rtfobj](https://bitbucket.org/decalage/oletools/wiki/rtfobj) |
| 26 | +to handle several [anti-analysis tricks](http://www.decalage.info/rtf_tricks), | ||
| 27 | +improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) | ||
| 28 | +to export results in JSON format. | ||
| 29 | +- 2016-03-11 v0.44: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) | ||
| 26 | to extract and analyse strings from VBA Forms. | 30 | to extract and analyse strings from VBA Forms. |
| 27 | - 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix | 31 | - 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix |
| 28 | and slight improvements in [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba). | 32 | and slight improvements in [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba). |
oletools/README.html
| @@ -14,7 +14,8 @@ | @@ -14,7 +14,8 @@ | ||
| 14 | <p>Note: python-oletools is not related to OLETools published by BeCubed Software.</p> | 14 | <p>Note: python-oletools is not related to OLETools published by BeCubed Software.</p> |
| 15 | <h2 id="news">News</h2> | 15 | <h2 id="news">News</h2> |
| 16 | <ul> | 16 | <ul> |
| 17 | -<li><strong>2016-03-11 v0.44</strong>: improved <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a> to extract and analyse strings from VBA Forms.</li> | 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> |
| 18 | +<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> | ||
| 18 | <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> | 19 | <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> |
| 19 | <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> | 20 | <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> |
| 20 | <li>2015-09-22 v0.41: added new --reveal option to <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a>, to show the macro code with VBA strings deobfuscated.</li> | 21 | <li>2015-09-22 v0.41: added new --reveal option to <a href="https://bitbucket.org/decalage/oletools/wiki/olevba">olevba</a>, to show the macro code with VBA strings deobfuscated.</li> |
oletools/README.rst
| @@ -26,7 +26,13 @@ Software. | @@ -26,7 +26,13 @@ Software. | ||
| 26 | News | 26 | News |
| 27 | ---- | 27 | ---- |
| 28 | 28 | ||
| 29 | -- **2016-03-11 v0.44**: improved | 29 | +- **2016-04-12 v0.45**: improved |
| 30 | + `rtfobj <https://bitbucket.org/decalage/oletools/wiki/rtfobj>`__ to | ||
| 31 | + handle several `anti-analysis | ||
| 32 | + tricks <http://www.decalage.info/rtf_tricks>`__, improved | ||
| 33 | + `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`__ to | ||
| 34 | + export results in JSON format. | ||
| 35 | +- 2016-03-11 v0.44: improved | ||
| 30 | `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`__ to | 36 | `olevba <https://bitbucket.org/decalage/oletools/wiki/olevba>`__ to |
| 31 | extract and analyse strings from VBA Forms. | 37 | extract and analyse strings from VBA Forms. |
| 32 | - 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect | 38 | - 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect |