Skip to content
tranek edited this page Mar 8, 2015 · 10 revisions

vtex_c File Structure

Headers

Main File

  • 4 bytes: header description
  • 4 bytes: header version
  • 4 bytes: ?
  • 4 bytes: number of blocks

Block Headers

  • 4 bytes: Block name (RERL, REDI, NTRO, and/or DATA). RERL seems to be optional.
  • 4 bytes: offset from this location where this block starts
  • 4 bytes: length of block

Block Types

  • RERL: ?
  • REDI: Resource Edit Info Block. Seems to be stuff related to how the file was compiled.
  • NTRO: Resource Introspection Manifest. This block holds the keys for the DATA block's values.
  • DATA: The data values.
  • After DATA: Raw binary data. Image data in the case of vtex_c.

Block: DATA

Clone this wiki locally