diff --git a/BurnOutSharp.Models/PortableExecutable/AssemblyManifest.cs b/BurnOutSharp.Models/PortableExecutable/AssemblyManifest.cs
index eedc7756..76a37709 100644
--- a/BurnOutSharp.Models/PortableExecutable/AssemblyManifest.cs
+++ b/BurnOutSharp.Models/PortableExecutable/AssemblyManifest.cs
@@ -51,6 +51,20 @@ namespace BurnOutSharp.Models.PortableExecutable
public object[] EverythingElse;
}
+ ///
+ public class AssemblyActiveCodePage
+ {
+ [XmlText]
+ public string Value;
+ }
+
+ ///
+ public class AssemblyAutoElevate
+ {
+ [XmlText]
+ public string Value;
+ }
+
///
public class AssemblyBindingRedirect
{
@@ -195,6 +209,34 @@ namespace BurnOutSharp.Models.PortableExecutable
public string Value;
}
+ ///
+ public class AssemblyDisableTheming
+ {
+ [XmlText]
+ public string Value;
+ }
+
+ ///
+ public class AssemblyDisableWindowFiltering
+ {
+ [XmlText]
+ public string Value;
+ }
+
+ ///
+ public class AssemblyDPIAware
+ {
+ [XmlText]
+ public string Value;
+ }
+
+ ///
+ public class AssemblyDPIAwareness
+ {
+ [XmlText]
+ public string Value;
+ }
+
///
public class AssemblyFile
{
@@ -227,6 +269,27 @@ namespace BurnOutSharp.Models.PortableExecutable
#endregion
}
+ ///
+ public class AssemblyGDIScaling
+ {
+ [XmlText]
+ public string Value;
+ }
+
+ ///
+ public class AssemblyHeapType
+ {
+ [XmlText]
+ public string Value;
+ }
+
+ ///
+ public class AssemblyHighResolutionScrollingAware
+ {
+ [XmlText]
+ public string Value;
+ }
+
///
public class AssemblyIdentity
{
@@ -249,6 +312,13 @@ namespace BurnOutSharp.Models.PortableExecutable
public string Language;
}
+ ///
+ public class AssemblyLongPathAware
+ {
+ [XmlText]
+ public string Value;
+ }
+
///
public class AssemblyNoInherit
{
@@ -259,6 +329,13 @@ namespace BurnOutSharp.Models.PortableExecutable
{
}
+ ///
+ public class AssemblyPrinterDriverIsolation
+ {
+ [XmlText]
+ public string Value;
+ }
+
///
public class AssemblyProgID
{
@@ -292,6 +369,13 @@ namespace BurnOutSharp.Models.PortableExecutable
public string Flags;
}
+ ///
+ public class AssemblyUltraHighResolutionScrollingAware
+ {
+ [XmlText]
+ public string Value;
+ }
+
///
public class AssemblyWindowClass
{