Commit ac2f74431679ae04c280a6e604450442b852e70c

Authored by Philippe Lagadec
1 parent 5902bbb5

updated readme

Showing 1 changed file with 5 additions and 0 deletions
oletools/README.txt
... ... @@ -23,6 +23,10 @@ Tools in python-oletools:
23 23 - **oleid**: a tool to analyze OLE files to detect specific
24 24 characteristics that could potentially indicate that the file is
25 25 suspicious or malicious.
  26 +- **olemeta**: a tool to extract all standard properties (metadata)
  27 + from OLE files.
  28 +- **oletimes**: a tool to extract creation and modification timestamps
  29 + of all streams and storages.
26 30 - **pyxswf**: a tool to detect, extract and analyze Flash objects (SWF)
27 31 that may be embedded in files such as MS Office documents (e.g. Word,
28 32 Excel) and RTF, which is especially useful for malware analysis.
... ... @@ -33,6 +37,7 @@ Tools in python-oletools:
33 37 News
34 38 ----
35 39  
  40 +- 2013-07-24 v0.05: added new tools olemeta and oletimes
36 41 - 2013-04-18 v0.04: fixed bug in rtfobj, added documentation for rtfobj
37 42 - 2012-11-09 v0.03: Improved pyxswf to extract Flash objects from RTF
38 43 - 2012-10-29 v0.02: Added oleid
... ...