Skip to content

olevba - remove output to stderr #23

@decalage2

Description

@decalage2

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions