pub type PeSegment64<'data, 'file> = PeSegment<'data, 'file, ImageNtHeaders64>;
Expand description
A loadable section of a PeFile64
.
pub type PeSegment64<'data, 'file> = PeSegment<'data, 'file, ImageNtHeaders64>;
A loadable section of a PeFile64
.