Commit ec719fa96522395b4b96ac2f1d8bf1c0602af4cd
1 parent
13a71c47
olevba: updated description in code
Showing
1 changed file
with
2 additions
and
1 deletions
oletools/olevba.py
| ... | ... | @@ -3,7 +3,8 @@ |
| 3 | 3 | olevba.py |
| 4 | 4 | |
| 5 | 5 | olevba is a script to parse OLE and OpenXML files such as MS Office documents |
| 6 | -(e.g. Word, Excel), to extract VBA Macro code in clear text. | |
| 6 | +(e.g. Word, Excel), to extract VBA Macro code in clear text, deobfuscate | |
| 7 | +and analyze malicious macros. | |
| 7 | 8 | |
| 8 | 9 | Supported formats: |
| 9 | 10 | - Word 97-2003 (.doc, .dot), Word 2007+ (.docm, .dotm) | ... | ... |