From 5fe3fd3171c161eca13eac6c2930c1cf93eed6bd Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 30 May 2018 22:44:31 +0200 Subject: [PATCH] doc: updated for 0.53 --- oletools/README.html | 31 ++++++++++++------------ oletools/README.rst | 53 ++++++++++++++++++++++-------------------- oletools/doc/Home.html | 2 +- oletools/doc/Home.md | 2 +- 4 files changed, 46 insertions(+), 42 deletions(-) diff --git a/oletools/README.html b/oletools/README.html index 6a9a7989..8f157e6b 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -19,11 +19,24 @@

python-oletools

PyPI Build Status

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

+

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

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

News

See the full changelog for more information.

Tools:

@@ -65,7 +66,7 @@

Tools to analyze the struct
  • olemap: to display a map of all the sectors in an OLE file.
  • Projects using oletools:

    -

    oletools are used by a number of projects and online malware analysis services, including Viper, REMnux, FAME, Hybrid-analysis.com, Joe Sandbox, Deepviz, Laika BOSS, Cuckoo Sandbox, Anlyz.io, ViperMonkey, pcodedmp, dridex.malwareconfig.com, and probably VirusTotal. (Please contact me if you have or know a project using oletools)

    +

    oletools are used by a number of projects and online malware analysis services, including Viper, REMnux, FAME, Hybrid-analysis.com, Joe Sandbox, Deepviz, Laika BOSS, Cuckoo Sandbox, Anlyz.io, ViperMonkey, pcodedmp, dridex.malwareconfig.com, Snake, DARKSURGEON, and probably VirusTotal. (Please contact me if you have or know a project using oletools)

    Download and Install:

    The recommended way to download and install/update the latest stable release of oletools is to use pip: