Type Alias object::read::coff::CoffBigFile

source ·
pub type CoffBigFile<'data, R = &'data [u8]> = CoffFile<'data, R, AnonObjectHeaderBigobj>;
Expand description

A COFF bigobj object file with 32-bit section numbers.

This is a file that starts with pe::AnonObjectHeaderBigobj, and corresponds to crate::FileKind::CoffBig.

Most functionality is provided by the Object trait implementation.

Aliased Type§

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