Type Definition PeFile64
object::read::pe
type PeFile64<'data> = PeFile<'data, ImageNtHeaders64>;
A PE32+ (64-bit) image file.