Commit 31b5fcab688811d82c5d04b76d3cbbe92cfb5a03
1 parent
4321e23a
fixed link in readme
Showing
1 changed file
with
2 additions
and
3 deletions
README.md
| ... | ... | @@ -2,9 +2,8 @@ python-oletools |
| 2 | 2 | =============== |
| 3 | 3 | |
| 4 | 4 | [python-oletools](http://www.decalage.info/python/oletools) is a package of python tools to analyze |
| 5 | -[Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format)] | |
| 6 | -(http://en.wikipedia.org/wiki/Compound_File_Binary_Format), such as Microsoft Office documents or Outlook messages, | |
| 7 | -mainly for malware analysis, forensics and debugging. | |
| 5 | +[Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format)](http://en.wikipedia.org/wiki/Compound_File_Binary_Format), | |
| 6 | +such as Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. | |
| 8 | 7 | It is based on the [olefile](http://www.decalage.info/olefile) parser. |
| 9 | 8 | See [http://www.decalage.info/python/oletools](http://www.decalage.info/python/oletools) for more info. |
| 10 | 9 | ... | ... |