note_command

LC_NOTE commands describe a region of arbitrary data included in a Mach-O file. Its initial use is to record extra data in MH_CORE files.

Members

Variables

cmd
uint cmd;

LC_NOTE.

cmdsize
uint cmdsize;

Sizeof(struct note_command).

data_owner
char[16] data_owner;

Owner name for this LC_NOTE.

offset
ulong offset;

File offset of this data.

size
ulong size;

Length of data region.

Meta