object::read::pe

Type Alias PeSegment64

source
pub type PeSegment64<'data, 'file, R = &'data [u8]> = PeSegment<'data, 'file, ImageNtHeaders64, R>;
Expand description

A loadable section in a PeFile64.

Aliased Typeยง

struct PeSegment64<'data, 'file, R = &'data [u8]> { /* private fields */ }