mirror of
https://github.com/mandiant/capa.git
synced 2026-07-04 11:47:12 -07:00
@@ -21,8 +21,8 @@ def width(s, character_count):
|
||||
def render_meta(doc, ostream):
|
||||
rows = [
|
||||
(width("md5", 22), width(doc["meta"]["sample"]["md5"], 82)),
|
||||
(width("sha1", 22), width(doc["meta"]["sample"]["sha1"], 82)),
|
||||
(width("sha256", 22), width(doc["meta"]["sample"]["sha256"], 82)),
|
||||
("sha1", doc["meta"]["sample"]["sha1"]),
|
||||
("sha256", doc["meta"]["sample"]["sha256"]),
|
||||
("path", doc["meta"]["sample"]["path"]),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user