object::read::coff

Type Alias 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 */ }