image-header.32


Vocabulary
tools.image

Class description
32 bit image header

Definition


STRUCT: image-header.32
{ magic u32 initial: 0 } { version u32 initial: 0 }
{ data-relocation-base u32 initial: 0 }
{ data-size u32 initial: 0 }
{ code-relocation-base u32 initial: 0 }
{ code-size u32 initial: 0 }
{ escaped-data-size u32 initial: 0 }
{ compressed-data-size u32 initial: 0 }
{ compressed-code-size u32 initial: 0 }
{ reserved-4 u32 initial: 0 }
{ special-objects u32[special-object-count] } ;


Methods