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