From 85f94f92cd644b2ab71be544dc7b9fc0eee446f5 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Mon, 5 Jan 2015 22:54:51 +0100 Subject: [PATCH] updated readme and doc --- oletools/README.html | 12 +++++++----- oletools/README.rst | 36 +++++++++++++++++++++++------------- oletools/doc/Contribute.md | 6 ++++-- oletools/doc/Home.html | 6 +++--- oletools/doc/Home.md | 24 ++++++++++++++++++------ oletools/doc/Install.html | 1 + oletools/doc/Install.md | 14 +++++++++++--- oletools/doc/License.html | 2 +- oletools/doc/License.md | 5 +++-- oletools/doc/olevba.html | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------ oletools/doc/olevba.md | 288 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------ 11 files changed, 450 insertions(+), 107 deletions(-) diff --git a/oletools/README.html b/oletools/README.html index 360a0f8..e603406 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -8,12 +8,13 @@

python-oletools

-

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), such as Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. It is based on the OleFileIO_PL parser. See http://www.decalage.info/python/oletools for more info.

-

Quick links: Home page - Download - Documentation - Report Issues/Suggestions/Questions - Contact the Author - Repository - Updates on Twitter

+

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), such as Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. It is based on the olefile parser. See http://www.decalage.info/python/oletools for more info.

+

Quick links: Home page - Download/Install - Documentation - Report Issues/Suggestions/Questions - Contact the Author - Repository - Updates on Twitter

Note: python-oletools is not related to OLETools published by BeCubed Software.

News

Download and Install:

To use python-oletools from the command line as analysis tools, you may simply download the zip archive and extract the files in the directory of your choice.

+

To get the latest development version, click on "Download repository" on the downloads page, or use mercurial to clone the repository.

If you plan to use python-oletools with other Python applications or your own scripts, then the simplest solution is to use "pip install oletools" or "easy_install oletools" to download and install in one go. Otherwise you may download/extract the zip archive and run "setup.py install".

Documentation:

The latest version of the documentation can be found online, otherwise a copy is provided in the doc subfolder of the package.

@@ -44,7 +46,7 @@

The code is available in a Mercurial repository on Bitbucket. You may use it to submit enhancements using forks and pull requests.

License

This license applies to the python-oletools package, apart from the thirdparty folder which contains third-party files published with their own license.

-

The python-oletools package is copyright (c) 2012-2014 Philippe Lagadec (http://www.decalage.info)

+

The python-oletools package is copyright (c) 2012-2015 Philippe Lagadec (http://www.decalage.info)

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: