Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

FBIF Chunk

Marcus Kertesz edited this page Feb 27, 2022 · 1 revision

Contains information about files generated using relic tools.

Layout

Header

Size (bytes) Name Expected Value Type Notes
4 Type 'DATA' String (ascii)
4 ID 'FBIF' String (ascii)
4 Version '1' UInt32
4 Size (bytes) - UInt32
4 Name Size '13' UInt32
- Name 'FileBurnInfo' String (ascii) Null Terminated ('\x00')

Data

Size (bytes) Name Expected Value Type
4 Plugin Size - Int32
- Plugin - String (ascii)
4 Version - String (ascii)
4 Name Size - Int32
- Name - String (ascii)
4 Timestamp Size - Int32
- Timestamp - String (ascii)

Used In

WHM-Chunky

Notes

Aside from being informative, this chunk does not appear to have any other purpose.

Clone this wiki locally