DATA TYPES

The different possible types of datas that I used are exposed here. Anyway, for you, programmers, most of them should be self-evident :

Array : An array of X elements of Y bytes each. X * Y give the total size of the array
String : Special array. ("Total size" - 1) max elements, followed by a 0 (zero)
Bitfield : Each bit of the value have a special meaning
Value : A direct value. Bytes in Lo-Hi order (Intel standard)
Header : A serie of known values
Reserved : A serie of 0 (zero)
Structure : A structure is an ensemble of datas. Each case will be explained
? : Still unknow
Back to Part 1