Commit 3033d641e42decd6261f8d69e7651d221b0c2ba4

Authored by Philippe Lagadec
1 parent 6bc009b3

updated readme

Showing 1 changed file with 2 additions and 0 deletions
README.md
@@ -13,6 +13,7 @@ Tools in python-oletools: @@ -13,6 +13,7 @@ Tools in python-oletools:
13 - **oleid**: a tool to analyze OLE files to detect specific characteristics that could potentially indicate that the file is suspicious or malicious. 13 - **oleid**: a tool to analyze OLE files to detect specific characteristics that could potentially indicate that the file is suspicious or malicious.
14 - **olemeta**: a tool to extract all standard properties (metadata) from OLE files. 14 - **olemeta**: a tool to extract all standard properties (metadata) from OLE files.
15 - **oletimes**: a tool to extract creation and modification timestamps of all streams and storages. 15 - **oletimes**: a tool to extract creation and modification timestamps of all streams and storages.
  16 +- **olevba (new)**: a tool to extract VBA Macro source code from MS Office documents (OLE and OpenXML).
16 - **pyxswf**: a tool to detect, extract and analyze Flash objects (SWF) that may 17 - **pyxswf**: a tool to detect, extract and analyze Flash objects (SWF) that may
17 be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF, 18 be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF,
18 which is especially useful for malware analysis. 19 which is especially useful for malware analysis.
@@ -22,6 +23,7 @@ Tools in python-oletools: @@ -22,6 +23,7 @@ Tools in python-oletools:
22 News 23 News
23 ---- 24 ----
24 25
  26 +- 2014-08-15 v0.06alpha: added olevba, a new tool to extract VBA Macro source code from MS Office documents (OLE and OpenXML)
25 - 2013-07-24 v0.05: added new tools olemeta and oletimes 27 - 2013-07-24 v0.05: added new tools olemeta and oletimes
26 - 2013-04-18 v0.04: fixed bug in rtfobj, added documentation for rtfobj 28 - 2013-04-18 v0.04: fixed bug in rtfobj, added documentation for rtfobj
27 - 2012-11-09 v0.03: Improved pyxswf to extract Flash objects from RTF 29 - 2012-11-09 v0.03: Improved pyxswf to extract Flash objects from RTF