Commit ec7f6a7f1f39d04ffeee991c8cd5d0fe5a8577ca

Authored by Philippe Lagadec
1 parent 7a54e113

updated readme

Showing 1 changed file with 4 additions and 1 deletions
README.md
@@ -22,7 +22,7 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. @@ -22,7 +22,7 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
22 News 22 News
23 ---- 23 ----
24 24
25 -- **2015-01-03 v0.07**: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) to detect suspicious 25 +- **2015-01-05 v0.07**: improved [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba) to detect suspicious
26 keywords and IOCs in VBA macros, can now scan several files and open password-protected zip archives, added a Python API, 26 keywords and IOCs in VBA macros, can now scan several files and open password-protected zip archives, added a Python API,
27 upgraded OleFileIO_PL to olefile v0.41 27 upgraded OleFileIO_PL to olefile v0.41
28 - 2014-08-28 v0.06: added [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), a new tool to extract VBA Macro 28 - 2014-08-28 v0.06: added [olevba](https://bitbucket.org/decalage/oletools/wiki/olevba), a new tool to extract VBA Macro
@@ -58,6 +58,9 @@ To use python-oletools from the command line as analysis tools, you may simply @@ -58,6 +58,9 @@ To use python-oletools from the command line as analysis tools, you may simply
58 [download the zip archive](https://bitbucket.org/decalage/oletools/downloads) 58 [download the zip archive](https://bitbucket.org/decalage/oletools/downloads)
59 and extract the files in the directory of your choice. 59 and extract the files in the directory of your choice.
60 60
  61 +To get the latest development version, click on "Download repository" on the
  62 +[downloads page](https://bitbucket.org/decalage/oletools/downloads), or use mercurial to clone the repository.
  63 +
61 If you plan to use python-oletools with other Python applications or your own scripts, then the simplest solution is to 64 If you plan to use python-oletools with other Python applications or your own scripts, then the simplest solution is to
62 use "**pip install oletools**" or "**easy_install oletools**" to download and install in one go. Otherwise you may 65 use "**pip install oletools**" or "**easy_install oletools**" to download and install in one go. Otherwise you may
63 download/extract the zip archive and run "**setup.py install**". 66 download/extract the zip archive and run "**setup.py install**".