mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
vverbose: dont show offset for format
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user