Commit aca4787e27033751ddcd034c002c1011da109e2e

Authored by Philippe Lagadec
1 parent 67f0725b

oleid: added comments

Showing 1 changed file with 2 additions and 0 deletions
oletools/oleid.py
@@ -279,6 +279,8 @@ def main(): @@ -279,6 +279,8 @@ def main():
279 oleid = OleID(filename) 279 oleid = OleID(filename)
280 indicators = oleid.check() 280 indicators = oleid.check()
281 281
  282 + #TODO: add description
  283 + #TODO: highlight suspicious indicators
282 t = prettytable.PrettyTable(['Indicator', 'Value']) 284 t = prettytable.PrettyTable(['Indicator', 'Value'])
283 t.align = 'l' 285 t.align = 'l'
284 t.max_width = 39 286 t.max_width = 39