Garmin G4xx are not parsed #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
gcdstruct output:
`Opening .\SW_INVNTRY.GCD
#000: TLV Type 0001 at 0x8, 1 Byte - Checksum rectifier
#001: TLV Type 0002 at 0xd, 21 Bytes - Padding
#002: TLV Type 0003 at 0x26, 9 Bytes - Part number?
#003: TLV Type 0005 at 0x33, 55 Bytes - Copyright notice
#004: TLV Type 0001 at 0x6e, 1 Byte - Checksum rectifier
#005: TLV Type 0002 at 0x73, 3977 Bytes - Padding
#006: TLV Type 0001 at 0x1000, 1 Byte - Checksum rectifier
#007: TLV Type 0006 at 0x1005, 10 Bytes - Block Type 7 format definition
#008: TLV Type 0007 at 0x1013, 8 Bytes - Binary descriptor
Traceback (most recent call last):
File ".\gcdstruct.py", line 28, in
gcd.print_struct()
File "D:\Work\other\Garmin\gcd-parser\grmn\gcd.py", line 90, in print_struct
print("#{:03d}: {}".format(i, tlv))
File "D:\Work\other\Garmin\gcd-parser\grmn\tlv.py", line 407, in str
txt += "\n - Unknown header format (0x{:04x} / 0x{:04x})".format(hdr1, hdr2)
NameError: name 'hdr1' is not defined`
GCD file is attached
SW_INVNTRY.zip