Re: Digitally sign only a portion of an EXE



I would just put your string table and dialog templates in a separate
resource dll. That way you can use conventional methods to sign the exe
without requiring that locale-specific data be signed.

"brianb" <brianb30@xxxxxxxxx> wrote in message
news:1138705773.256677.156290@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I am interested in being able to digitally sign an EXE, however I want
> to exclude the string table and some dialogs from the signing process,
> and be able to modifiy these entries without having to resign the EXE.
>
> Is this something that is possible?
>
> I read somewhere (pecoff.doc) that localization could be made easier by
> excluding resources in the message digest, allowing the resource
> section to be updated with new languages without having to resign the
> code.
>
> What I cannot figure out (I am new to signing files) is how to limit
> what the message digest includes. Is this done by creating a new
> certificate which explicitly excludes certain sections of the file, or
> are there parameters passed to SignCode.EXE that will help it determine
> what to add to the digest?
>
> Can anyone point me to some information that can assist?
>
> Thanks,
> - Brian
>


.



Relevant Pages

  • [API] Win32 Resources - List Icon Resource Names
    ... private static extern IntPtr LoadLibraryEx(string FileName, ... /// Gets the string resource names for the current file. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: UpdateResource being weird
    ... > That's funny, I was working on updateresource just yesterday, only i was ... > for String Types. ... >> inspection using a resource viewer shows that the MSI file is being ... but the INI file is messing me arround. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How to add button on Mail editor which is not outlook.??
    ... 'The bmp files are added to a resource file. ... Private Declare Function GdiplusShutdown Lib "GDIPlus" (_ ... ByVal filename As String) As StdPicture ... Dim tSI As GdiplusStartupInput ...
    (microsoft.public.office.developer.outlook.vba)
  • Re: Other version information
    ... header to locate the resource table. ... Windows PE files ... marked by a literal string. ... files in a folder, ...
    (microsoft.public.scripting.vbscript)
  • Re: Shell Functions and DOS executables
    ... Before you relocate the exe because of the short file name limitation of the ... ByVal lpszShortPath As String, _ ... Dim sShortPath As String ... Reports "Error Converting filename.wfm" if NOT successful ...
    (microsoft.public.vb.general.discussion)