The encryption_info_command_64 contains the file offset and size of an of an encrypted segment (for use in x86_64 targets).
LC_ENCRYPTION_INFO_64.
Sizeof(struct encryption_info_command_64).
Which encryption system, 0 means not-encrypted yet.
File offset of encrypted range.
File size of encrypted range.
Padding to make this struct's size a multiple of 8 bytes.
See Implementation
The encryption_info_command_64 contains the file offset and size of an of an encrypted segment (for use in x86_64 targets).