vverbose: dont show offset for format

This commit is contained in:
Willi Ballenthin
2022-12-07 12:59:21 +00:00
parent 0ebba2cd15
commit 659cbedc3c

View File

@@ -169,7 +169,7 @@ def render_feature(ostream, match: rd.Match, feature: frzf.Feature, indent=0):
ostream.write(capa.rules.DESCRIPTION_SEPARATOR)
ostream.write(feature.description)
if key not in ("os", "arch"):
if key not in ("os", "arch", "format"):
render_locations(ostream, match.locations)
ostream.write("\n")
else: