DARC: Difference between revisions

LIT (talk | contribs)
 
(2 intermediate revisions by 2 users not shown)
Line 14: Line 14:
|  0x000 || 4 || char[4] || Magic Number 'darc'
|  0x000 || 4 || char[4] || Magic Number 'darc'
|-
|-
|  0x004 || 2 || uint16 || Endianess (=0xFFFE: Little)
|  0x004 || 2 || uint16 || Endianess (=0xFEFF [FF FE]: Little)
|-
|-
|  0x006 || 2 || uint16 || Header's length
|  0x006 || 2 || uint16 || Header's length
Line 46: Line 46:
|}
|}


  * Folder's length is the file count.
* Folder's length is end-index of the folder in the table.
 
=Tools=
* [https://github.com/yellows8/darctool]