ResourceParser

Undocumented in source.

Constructors

this
this(void[] data, uint rva)
Undocumented in source.

Members

Functions

readDirectory
Directory readDirectory(uint offset)
Undocumented in source. Be warned that the author may not have intended to support it.
readDirectoryData
DirectoryData readDirectoryData(uint offset)
Undocumented in source. Be warned that the author may not have intended to support it.
readString
WCHAR[] readString(uint offset)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Directory
struct Directory
Undocumented in source.
DirectoryData
struct DirectoryData
Undocumented in source.
DirectoryEntry
struct DirectoryEntry
Undocumented in source.

Variables

data
ubyte[] data;
Undocumented in source.
root
Directory root;
Undocumented in source.
rva
uint rva;
Undocumented in source.

Meta