Commit 3033d641e42decd6261f8d69e7651d221b0c2ba4
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 | 13 | - **oleid**: a tool to analyze OLE files to detect specific characteristics that could potentially indicate that the file is suspicious or malicious. |
| 14 | 14 | - **olemeta**: a tool to extract all standard properties (metadata) from OLE files. |
| 15 | 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 | 17 | - **pyxswf**: a tool to detect, extract and analyze Flash objects (SWF) that may |
| 17 | 18 | be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF, |
| 18 | 19 | which is especially useful for malware analysis. |
| ... | ... | @@ -22,6 +23,7 @@ Tools in python-oletools: |
| 22 | 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 | 27 | - 2013-07-24 v0.05: added new tools olemeta and oletimes |
| 26 | 28 | - 2013-04-18 v0.04: fixed bug in rtfobj, added documentation for rtfobj |
| 27 | 29 | - 2012-11-09 v0.03: Improved pyxswf to extract Flash objects from RTF | ... | ... |