From dfd6b4f0453b3362e8e8b5e6f5aac88cf3541622 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Tue, 22 Sep 2015 22:30:06 +0200 Subject: [PATCH] updated readme and setup.py for v0.41 --- README.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c80a73..cf97392 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. News ---- -- **2015-09-17 v0.40**: Improved macro deobfuscation in [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), +- **2015-09-22 v0.41**: added new --reveal option to [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), +to show the macro code with VBA strings deobfuscated. +- 2015-09-17 v0.40: Improved macro deobfuscation in [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), to decode Hex and Base64 within VBA expressions. Display printable deobfuscated strings by default. Improved the VBA_Parser API. Improved performance. Fixed [issue #23](https://bitbucket.org/decalage/oletools/issue/23) with sys.stderr. diff --git a/setup.py b/setup.py index b763aee..cd049cc 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ import sys, os, fnmatch #--- METADATA ----------------------------------------------------------------- name = "oletools" -version = '0.40' +version = '0.41' desc = "Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR" long_desc = open('oletools/README.rst').read() author ="Philippe Lagadec" -- libgit2 0.21.4