Hi
I generate and sign my app using makecert & signtool commands. After signing the executable file, the checksum field of optional header changed from 0 to some value, Then I changed some bytes of the executable file using a binary editor program then I run the executable file but it runs normally and Windows does NOT alert that file is changed!
Why code signing not works? What is it for digitally signature?