mirror of https://github.com/x64dbg/btparser
53 lines
624 B
Plaintext
53 lines
624 B
Plaintext
|
tok_struct
|
||
|
tok_identifier "DBZ"
|
||
|
{
|
||
|
tok_struct
|
||
|
tok_identifier "HEADER"
|
||
|
{
|
||
|
tok_char
|
||
|
tok_identifier "magic"
|
||
|
[
|
||
|
tok_number 4 (0x4)
|
||
|
]
|
||
|
;
|
||
|
tok_unsigned
|
||
|
tok_int
|
||
|
tok_identifier "size"
|
||
|
;
|
||
|
tok_unsigned
|
||
|
tok_int
|
||
|
tok_identifier "dataStart"
|
||
|
;
|
||
|
tok_unsigned
|
||
|
tok_int
|
||
|
tok_identifier "numEntries"
|
||
|
;
|
||
|
}
|
||
|
tok_identifier "header"
|
||
|
;
|
||
|
tok_char
|
||
|
tok_identifier "empty"
|
||
|
[
|
||
|
tok_identifier "header"
|
||
|
.
|
||
|
tok_identifier "size"
|
||
|
-
|
||
|
tok_sizeof
|
||
|
(
|
||
|
tok_identifier "HEADER"
|
||
|
)
|
||
|
]
|
||
|
;
|
||
|
tok_unsigned
|
||
|
tok_int
|
||
|
tok_identifier "entryOffsets"
|
||
|
[
|
||
|
tok_identifier "header"
|
||
|
.
|
||
|
tok_identifier "numEntries"
|
||
|
]
|
||
|
;
|
||
|
}
|
||
|
tok_identifier "dbz"
|
||
|
;
|
||
|
tok_eof
|