VersionInfoParser

Parses PE VersionInfo resources.

Constructors

this
this(void[] data)
Undocumented in source.

Members

Functions

read
T read()
Undocumented in source. Be warned that the author may not have intended to support it.
readAlign
void readAlign()
Undocumented in source. Be warned that the author may not have intended to support it.
readBytes
ubyte[] readBytes(size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
readNode
Node readNode()
Undocumented in source. Be warned that the author may not have intended to support it.
readWStringz
wchar[] readWStringz()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Node
struct Node

A VersionInfo node.

Variables

data
ubyte[] data;

All data.

root
Node root;

The root node.

Meta