Skip to content

Commit

Permalink
Added details to raw signature output
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Sep 12, 2017
1 parent 1f1693f commit b1ad202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binwalk/modules/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def init(self):
if self.raw_bytes:
raw_signatures = []
for raw_bytes in self.raw_bytes:
raw_signatures.append("0 string %s Raw signature" % (raw_bytes))
raw_signatures.append("0 string %s Raw signature (%s)" % (raw_bytes, raw_bytes))
binwalk.core.common.debug("Parsing raw signatures: %s" % str(raw_signatures))
self.magic.parse(raw_signatures)

Expand Down

0 comments on commit b1ad202

Please sign in to comment.