From: Robert Pengelly Date: Thu, 8 May 2025 20:51:49 +0000 (+0100) Subject: Removed Microsoft Link branding X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=738e504a6df8cf691b166d774202acccd753ce7f;p=slink.git Removed Microsoft Link branding --- diff --git a/pe.c b/pe.c index cf35134..647e899 100644 --- 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 {