image-header.64


Vocabulary
tools.image

Class description
64 bit image header

Definition


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


Methods