From fa4cf394f3502c7604757caf26b534f3c75a0158 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Mon, 28 Sep 2020 22:44:58 +0200 Subject: [PATCH] olevba: added mention that --relaxed is now deprecated --- oletools/olevba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oletools/olevba.py b/oletools/olevba.py index 392bf308..1ae0902b 100644 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -4309,7 +4309,7 @@ def parse_args(cmd_line_args=None): parser.add_argument('--relaxed', dest="relaxed", action="store_true", default=True, help='Do not raise errors if opening of substream ' - 'fails') + 'fails (this option is now deprecated, enabled by default)') parser.add_argument('--show-pcode', dest="show_pcode", action="store_true", default=False, help="Show disassembled P-code (using pcodedmp)")