Add PE version info parsing

This commit is contained in:
Matt Nadareski
2022-11-09 15:53:40 -08:00
parent 72f6af7019
commit c21c0ff411
4 changed files with 290 additions and 1 deletions

View File

@@ -36,6 +36,6 @@
/// <summary>
/// Typically contains a list of languages that the application or DLL supports.
/// </summary>
public Var[] Children;
public VarData[] Children;
}
}