-
Notifications
You must be signed in to change notification settings - Fork 584
Closed
Description
Originally reported by: Philippe Lagadec (Bitbucket: decalage, GitHub: decalage2)
olevba in oletools 0.12 takes more time to analyze files because it includes a VBA parser. Therefore I added a temporary message "analysis..." on the console. I did not want it to appear in the output if redirected to a file, so I wrote it to stderr.
In some cases such as running olevba from powershell, this causes issues because it can be considered as reporting an actual error.
solutions:
- remove that message
- write the message to stdout
- add an option to disable that message.