-
Notifications
You must be signed in to change notification settings - Fork 53
Database
d3vil401 edited this page Apr 11, 2019
·
2 revisions
The database is the core content of data of FC-G, to which the plugin relies for importing needed signatures and constants to be found in the target software.
The database is a binary file, as such, a hexadecimal editor may be best suitable for observation of the structure.
| MAGIC (0xD3010401) | EntryCount (2) |
|---|---|
| NameSize (4) | Name (NameSize * sizeof(char)) |
| BufferSize (4) | IsCompressed (1) |
| Buffer (BufferSize * sizeof(char)) | |
| [.. EntryCount--] |
The numbers next to the names are the byte sizes of the field on the file.
If the number starts with "0x" it has to be considered a constant instead.