ResourceParser

Parses Windows PE resources.

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

Resource directory.

DirectoryData
struct DirectoryData

Data contents of a DirectoryEntry with !isDirectory.

DirectoryEntry
struct DirectoryEntry

An entry in a Directory.

Variables

data
ubyte[] data;

All data.

root
Directory root;

The root directory.

rva
uint rva;

RVA of data.

Meta