Commit 0378f9f8 by devttys0

Updated header output, added vxworks string signatures

parent a5fc48ef
......@@ -166,7 +166,7 @@ class Module(object):
# Set to None to not print a header.
# Note that this will be formatted per the HEADER_FORMAT format string.
# Must be set prior to calling self.header.
HEADER = ["DECIMAL", "HEX", "DESCRIPTION"]
HEADER = ["DECIMAL", "HEXADECIMAL", "DESCRIPTION"]
# The Result attribute names to print during a scan, as provided to the self.results method.
# Set to None to not print any results.
......
......@@ -1974,6 +1974,14 @@
>48 lelong x image size: %d,
>64 string x firmware version: "%s"
# Simple VxWorks reference strings
0 string VxWorks VxWorks string referece:
>0 string x "%s"
0 string vxworks VxWorks string referece:
>0 string x "%s"
0 string VXWORKS VxWorks string referece:
>0 string x "%s"
# Firmware header used by some TV's
0 string FNIB ZBOOT firmware header, header size: 32 bytes,
>8 lelong x load address: 0x%.8X,
......
......@@ -298,6 +298,14 @@
>48 lelong x image size: %d,
>64 string x firmware version: "%s"
# Simple VxWorks reference strings
0 string VxWorks VxWorks string referece:
>0 string x "%s"
0 string vxworks VxWorks string referece:
>0 string x "%s"
0 string VXWORKS VxWorks string referece:
>0 string x "%s"
# Firmware header used by some TV's
0 string FNIB ZBOOT firmware header, header size: 32 bytes,
>8 lelong x load address: 0x%.8X,
......
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