From c2eb824c5215256aaa402ce090d3a865c7bd7ba3 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Mon, 16 Sep 2019 11:46:46 -0700 Subject: [PATCH 1/3] Automatically port Reflection.PortableExecutable.DllCharacteristics --- .../DllCharacteristics.xml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml b/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml index 998cbf16638..5b0ff5ed536 100644 --- a/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml +++ b/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml @@ -49,7 +49,7 @@ 4096 - To be added. + The image must run inside an AppContainer. @@ -74,7 +74,7 @@ 64 - To be added. + DLL can move. @@ -98,7 +98,7 @@ 32 - To be added. + The image can handle a high entropy 64-bit virtual address space. @@ -123,7 +123,7 @@ 2048 - To be added. + Do not bind this image. @@ -148,7 +148,7 @@ 512 - To be added. + The image understands isolation and doesn't want it. @@ -173,7 +173,7 @@ 1024 - To be added. + The image does not use SEH. No SE handler may reside in this image. @@ -198,7 +198,7 @@ 256 - To be added. + The image is NX compatible. @@ -223,7 +223,7 @@ 1 - To be added. + Reserved. @@ -248,7 +248,7 @@ 2 - To be added. + Reserved. @@ -298,7 +298,7 @@ 4 - To be added. + Reserved. @@ -323,7 +323,7 @@ 8 - To be added. + Reserved. @@ -348,7 +348,7 @@ 8192 - To be added. + Driver uses WDM model. From 65998e75f8890bd6ba76b48b8422efa8924eff23 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Thu, 26 Sep 2019 09:55:15 -0700 Subject: [PATCH 2/3] suggestions by rpetrusha and type summary --- .../DllCharacteristics.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml b/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml index 5b0ff5ed536..7313aadce51 100644 --- a/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml +++ b/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml @@ -23,7 +23,7 @@ - To be added. + Describes the characteristics of a dynamic link library. To be added. @@ -74,7 +74,7 @@ 64 - DLL can move. + The DLL can move. @@ -273,7 +273,7 @@ 32768 - To be added. + The image is Terminal Server aware. @@ -348,7 +348,7 @@ 8192 - Driver uses WDM model. + The driver uses the WDM model. From e4ed5077f14b9bfd43be512c8fa3a8d0b5fbb93c Mon Sep 17 00:00:00 2001 From: Ron Petrusha Date: Fri, 11 Oct 2019 10:18:17 -0700 Subject: [PATCH 3/3] Update DllCharacteristics.xml --- xml/System.Reflection.PortableExecutable/DllCharacteristics.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml b/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml index 7313aadce51..c317c5ef1f0 100644 --- a/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml +++ b/xml/System.Reflection.PortableExecutable/DllCharacteristics.xml @@ -74,7 +74,7 @@ 64 - The DLL can move. + The DLL can be relocated.