pe_optional_header_32
const struct pe_optional_header_32 *po;
po = (struct pe_optional_header_32 *)(x->x_buf + off);
offsetof(struct pe_optional_header_32, po_checksum);
const struct pe_optional_header_32 *po;
po = (struct pe_optional_header_32 *)(x->x_buf + off);
CTASSERT(offsetof(struct pe_optional_header_32, po_size_of_headers) == 60);
CTASSERT(offsetof(struct pe_optional_header_32, po_checksum) == 64);
CTASSERT(offsetof(struct pe_optional_header_32, po_subsystem) == 68);
CTASSERT(offsetof(struct pe_optional_header_32, po_number_of_rva_and_sizes) == 92);