Commit b1ad202b by Craig Heffner

Added details to raw signature output

parent 1f1693f9
......@@ -92,7 +92,7 @@ class Signature(Module):
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment