CoffExecutable

Undocumented in source.

Members

Functions

fixup
void fixup()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(Arena!ubyte sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

coffFileHeader
CoffFileHeader coffFileHeader;
Undocumented in source.
context
CompilationContext* context;
Undocumented in source.
dosHeader
DosHeader dosHeader;
Undocumented in source.
dosStub
DosStub dosStub;
Undocumented in source.
entryPointAddress
uint entryPointAddress;
Undocumented in source.
optionalHeader
OptionalHeader optionalHeader;
Undocumented in source.
params
FileParameters params;
Undocumented in source.
peSignature
PeSignature peSignature;
Undocumented in source.
sections
Section*[] sections;
Undocumented in source.
unalignedHeadersSize
uint unalignedHeadersSize;
Undocumented in source.
windowsSubsystem
WindowsSubsystem windowsSubsystem;
Undocumented in source.

Meta