Fields
data: []const u8,
is_image: bool,
coff_header_offset: usize,
guid: [16]u8 = undefined,
age: u32 = undefined,
Functions
fn getDataDirectories(self: *const Coff) []const align(1) ImageDataDirectory
No documentation provided.
fn getSectionByName(self: *const Coff, comptime name: []const u8) ?*const align(1) SectionHeader
No documentation provided.
fn getSectionData(self: *const Coff, sec: *const align(1) SectionHeader) []const u8
No documentation provided.
fn getSectionDataAlloc(self: *const Coff, sec: *const align(1) SectionHeader, allocator: mem.Allocator) ![]u8
No documentation provided.
fn getSectionHeadersAlloc(self: *const Coff, allocator: mem.Allocator) ![]SectionHeader
No documentation provided.
fn getSectionName(self: *const Coff, sect_hdr: *const align(1) SectionHeader) error{InvalidStrtabSize}![]const u8
No documentation provided.