From aca4787e27033751ddcd034c002c1011da109e2e Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Sun, 8 Feb 2015 16:23:51 +0100 Subject: [PATCH] oleid: added comments --- oletools/oleid.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/oletools/oleid.py b/oletools/oleid.py index 2b977fb..8f63381 100644 --- a/oletools/oleid.py +++ b/oletools/oleid.py @@ -279,6 +279,8 @@ def main(): oleid = OleID(filename) indicators = oleid.check() + #TODO: add description + #TODO: highlight suspicious indicators t = prettytable.PrettyTable(['Indicator', 'Value']) t.align = 'l' t.max_width = 39 -- libgit2 0.21.4