PecoffLib

Undocumented in source.

Members

Functions

getObj
PecoffObj getObj(size_t index)

Ensures that obj is loaded

getObjs
PecoffObj[] getObjs()

Loads all objs

print
void print(Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromBytes
PecoffLib fromBytes(ubyte[] fileData, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
fromFile
PecoffLib fromFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

file
MmFile file;
Undocumented in source.
fileData
ubyte[] fileData;
Undocumented in source.
filename
string filename;
Undocumented in source.
indices
ushort[] indices;
Undocumented in source.
longNames
string longNames;
Undocumented in source.
memberOffsets
uint[] memberOffsets;
Undocumented in source.
objs
PecoffObj[] objs;
Undocumented in source.
stringTable
string stringTable;
Undocumented in source.

Meta