encryption_info_command_64

The encryption_info_command_64 contains the file offset and size of an of an encrypted segment (for use in x86_64 targets).

version(CoreDdoc)
struct encryption_info_command_64 {}

Members

Variables

cmd
uint cmd;

LC_ENCRYPTION_INFO_64.

cmdsize
uint cmdsize;

Sizeof(struct encryption_info_command_64).

cryptid
uint cryptid;

Which encryption system, 0 means not-encrypted yet.

cryptoff
uint cryptoff;

File offset of encrypted range.

cryptsize
uint cryptsize;

File size of encrypted range.

pad
uint pad;

Padding to make this struct's size a multiple of 8 bytes.

Meta