|
@@ -145,7 +145,7 @@ class LocationEntry(BaseEntry):
|
|
offset: IntLiteral = IntLiteral("0")
|
|
offset: IntLiteral = IntLiteral("0")
|
|
bytescan: ByteSignature | None = None
|
|
bytescan: ByteSignature | None = None
|
|
|
|
|
|
- offset_fmt: NumericOutputFormat = NumericOutputFormat.HEX
|
|
|
|
|
|
+ offset_fmt: NumericOutputFormat = NumericOutputFormat.INT
|
|
|
|
|
|
def __post_init__(self):
|
|
def __post_init__(self):
|
|
if self.bytescan:
|
|
if self.bytescan:
|