- Open Power Shell
- Execute the following commands after nevigating to installation directory of the application.
Get-AuthenticodeSignature *.dll,./**/*.dll
OR
Get-AuthenticodeSignature *.exe,./**/*.exe
Unsigned binaries can modified/replaced without the end user being aware.
Sign all the binaries in application to ensure protection against tempaering attacks