ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
VersionInfoParser
ae
sys
windows
pe
versioninfo
Parses PE VersionInfo resources.
struct
VersionInfoParser {
ubyte
[]
data
;
this
(void[] data);
struct
Node
;
Node
root
;
}
Constructors
this
this
(void[] data)
Undocumented in source.
Members
Structs
Node
struct
Node
A
VersionInfo
node.
Variables
data
ubyte
[]
data
;
All data.
root
Node
root
;
The root node.
Meta
Source
See Implementation
ae
sys
windows
pe
versioninfo
structs
VersionInfoParser
Parses PE VersionInfo resources.