Commit 02bebc79d5536cd11fadc574cad9627c58ce85be
1 parent
d66671cb
updated readme
Showing
1 changed file
with
16 additions
and
3 deletions
README.md
| 1 | 1 | python-oletools |
| 2 | 2 | =============== |
| 3 | 3 | |
| 4 | -[python-oletools](http://www.decalage.info/python/oletools) is a package of python tools to analyze [Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format)](http://en.wikipedia.org/wiki/Compound_File_Binary_Format), such as Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. It is based on the [OleFileIO_PL](http://www.decalage.info/python/olefileio) parser. See [http://www.decalage.info/python/oletools](http://www.decalage.info/python/oletools) for more info. | |
| 5 | - | |
| 6 | -**Quick links:** [Home page](http://www.decalage.info/python/oletools) - [Download](https://bitbucket.org/decalage/oletools/downloads) - [Documentation](https://bitbucket.org/decalage/oletools/wiki) - [Report Issues/Suggestions/Questions](https://bitbucket.org/decalage/oletools/issues?status=new&status=open) - [Contact the Author](http://decalage.info/contact) - [Repository](https://bitbucket.org/decalage/oletools) - [Updates on Twitter](https://twitter.com/decalage2) | |
| 4 | +[python-oletools](http://www.decalage.info/python/oletools) is a package of python tools to analyze | |
| 5 | +[Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format)] | |
| 6 | +(http://en.wikipedia.org/wiki/Compound_File_Binary_Format), such as Microsoft Office documents or Outlook messages, | |
| 7 | +mainly for malware analysis, forensics and debugging. | |
| 8 | +It is based on the [olefile](http://www.decalage.info/olefile) parser. | |
| 9 | +See [http://www.decalage.info/python/oletools](http://www.decalage.info/python/oletools) for more info. | |
| 10 | + | |
| 11 | +**Quick links:** | |
| 12 | +[Home page](http://www.decalage.info/python/oletools) - | |
| 13 | +[Download](https://bitbucket.org/decalage/oletools/downloads) - | |
| 14 | +[Documentation](https://bitbucket.org/decalage/oletools/wiki) - | |
| 15 | +[Report Issues/Suggestions/Questions](https://bitbucket.org/decalage/oletools/issues?status=new&status=open) - | |
| 16 | +[Contact the Author](http://decalage.info/contact) - | |
| 17 | +[Repository](https://bitbucket.org/decalage/oletools) - | |
| 18 | +[Updates on Twitter](https://twitter.com/decalage2) | |
| 7 | 19 | |
| 8 | 20 | Note: python-oletools is not related to OLETools published by BeCubed Software. |
| 9 | 21 | |
| 10 | 22 | News |
| 11 | 23 | ---- |
| 12 | 24 | |
| 25 | +- 2014-11-29 v0.07 alpha: upgraded OleFileIO_PL to olefile v0.41 | |
| 13 | 26 | - **2014-08-28 v0.06**: added [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), a new tool to extract VBA Macro source code from MS Office documents (97-2003 and 2007+). Improved [documentation](https://bitbucket.org/decalage/oletools/wiki) |
| 14 | 27 | - 2013-07-24 v0.05: added new tools [olemeta](https://bitbucket.org/decalage/oletools/wiki/olemeta) and [oletimes](https://bitbucket.org/decalage/oletools/wiki/oletimes) |
| 15 | 28 | - 2013-04-18 v0.04: fixed bug in rtfobj, added documentation for [rtfobj](https://bitbucket.org/decalage/oletools/wiki/rtfobj) | ... | ... |