Signing my EXE files.
During runtime the application occasionally checks that its signature is intact. To do that it calls the WinVerifyTrust API. No problem with any of that. But the WinVerifyTrust API has a lot of baggage (enums and structs etc)
Anyone know of an easier way ? I just want the application to be able to check that it has not been modified/patched since it was build/signed/deployed.
Maybe Comodo have some sample code ?
Thanks
Ian