vote up 0 vote down star

Hi! To demonstrate the usefulness of signatures and digital fingerprints I loaded mspaint into a hex editor and altered one character from P to X (the character was located in a string). When I later on launched mspaint I was expecting Windows (xp) to pop up a dialog to warn me and say that the file had been tampered. But no such dialog popped up! Why?


75% accept rate
Not programming related - belongs on superuser – Nathan Koop Nov 5 at 13:21
(1) mspaint.exe is not digitally signed under XP. (2) By default you are assumed to know what you're doing and are allowed to execute any program regardless of whether Authenticode is present-and-correct or not. I believe this can be changed by policy, if you really want. (You don't.) All that would happen with a hacked exe would be that the ‘Digital Signatures’ tab in Properties wouldn't appear. – bobince Nov 5 at 14:00
too bad it was closed... When I launch a program that I have written myself I get a warning, but when I launch a tampered program there is no warning. As a programmer I find it confusing. – ragnarius Nov 5 at 14:54

migrated to superuser.com by Jeff Atwood Nov 5 at 15:20