diff --git a/README.md b/README.md index c7cb2d5..c4056e8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,16 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. News ---- +- **2021-04-02 v0.56.1**: + - olevba: + - fixed bug when parsing some malformed files (issue #629) + - oleobj: + - fixed bug preventing detection of links 'externalReference', 'frame', + 'hyperlink' (issue #641, PR #670) + - setup: + - avoid installing msoffcrypto-tool when platform is PyPy+Windows (issue #473) + - PyPI version is now a wheel package to improve installation and avoid antivirus + false positives due to test files (issues #215, #398) - **2020-09-28 v0.56**: - olevba/mraptor: - added detection of trigger _OnConnecting @@ -187,7 +197,7 @@ 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-2020 Philippe Lagadec (http://www.decalage.info) +The python-oletools package is copyright (c) 2012-2021 Philippe Lagadec (http://www.decalage.info) All rights reserved. diff --git a/README.rst b/README.rst deleted file mode 100644 index db55e5f..0000000 --- a/README.rst +++ /dev/null @@ -1 +0,0 @@ -Needed for setup.py diff --git a/oletools/README.html b/oletools/README.html index cd4bde4..f4d708c 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -23,6 +23,22 @@
Note: python-oletools is not related to OLETools published by BeCubed Software.
oletools are used by a number of projects and online malware analysis services, including ACE, Anlyz.io, AssemblyLine, CAPE, CinCan, Cuckoo Sandbox, DARKSURGEON, Deepviz, DIARIO, dridex.malwareconfig.com, EML Analyzer, FAME, FLARE-VM, Hybrid-analysis.com, IntelOwl, Joe Sandbox, Laika BOSS, MacroMilter, mailcow, malshare.io, malware-repo, Malware Repository Framework (MRF), olefy, PeekabooAV, pcodedmp, PyCIRCLean, REMnux, Snake, SNDBOX, SpuriousEmu, Strelka, stoQ, TheHive/Cortex, TSUGURI Linux, Vba2Graph, Viper, ViperMonkey, YOMI, and probably VirusTotal. And quite a few other projects on GitHub. (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 ACE, Anlyz.io, AssemblyLine, CAPE, CinCan, Cuckoo Sandbox, DARKSURGEON, Deepviz, DIARIO, dridex.malwareconfig.com, EML Analyzer, FAME, FLARE-VM, Hybrid-analysis.com, IntelOwl, Joe Sandbox, Laika BOSS, MacroMilter, mailcow, malshare.io, malware-repo, Malware Repository Framework (MRF), MalwareBazaar, olefy, PeekabooAV, pcodedmp, PyCIRCLean, REMnux, Snake, SNDBOX, SpuriousEmu, Strelka, stoQ, TheHive/Cortex, TSUGURI Linux, Vba2Graph, Viper, ViperMonkey, YOMI, and probably VirusTotal. And quite a few other projects on GitHub. (Please contact me if you have or know a project using oletools)
The recommended way to download and install/update the latest stable release of oletools is to use pip:
The code is available in a GitHub repository. You may use it to submit enhancements using forks and pull requests.
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-2020 Philippe Lagadec (http://www.decalage.info)
+The python-oletools package is copyright (c) 2012-2021 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: