Removed Microsoft Link branding
authorRobert Pengelly <robertapengelly@hotmail.com>
Thu, 8 May 2025 20:51:49 +0000 (21:51 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Thu, 8 May 2025 20:51:49 +0000 (21:51 +0100)
pe.c

diff --git a/pe.c b/pe.c
index cf351344ea4ef88f498daf573dc1a8ea4ed947ea..647e89973806c55d70dceb436b856ee3da49f683 100644 (file)
--- a/pe.c
+++ b/pe.c
@@ -917,17 +917,30 @@ struct section_descriptor_short {
 
 };
 
-unsigned char g_Data0[12] = { 0x02, 0x00, 0x00, 0x00, 0x34, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00 };
+unsigned char g_Data0[12] = {
 
-unsigned char g_Data1[41] = {
+    0x02,   0x00,   0x00,   0x00,   0x34,   0x00,
+    0x09,   0x00,   0x00,   0x00,   0x00,   0x00
 
-    0x27, 0x00, 0x13, 0x10, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-    0x0C, 0x00, 0x00, 0x00, 0x0D, 0x52, 0x12, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74,
-    0x20, 0x28, 0x52, 0x29, 0x20, 0x4C, 0x49, 0x4E, 0x4B
+};
+
+unsigned char g_Data1[23] = {
+
+    0x27,   0x00,   0x13,   0x10,   0x07,   0x00,
+    0x00,   0x00,   0x03,   0x00,   0x00,   0x00,
+    0x00,   0x00,   0x00,   0x00,   0x0C,   0x00,
+    0x00,   0x00,   0x0D,   0x52,   0x12
 
 };
 
-unsigned char g_Data2[20] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
+unsigned char g_Data2[20] = {
+
+    0x00,   0x00,   0x00,   0x00,   0x00,
+    0x00,   0x00,   0x00,   0x00,   0x00,
+    0x00,   0x00,   0x00,   0x00,   0x00,
+    0x00,   0x00,   0x00,   0x00,   0x00
+
+};
 
 struct data_entry {