Skip to content

Instantly share code, notes, and snippets.

@microshine
Created October 13, 2017 07:55
Show Gist options
  • Save microshine/c1ee8506b50b31e562d06fdee5ebcafe to your computer and use it in GitHub Desktop.
Save microshine/c1ee8506b50b31e562d06fdee5ebcafe to your computer and use it in GitHub Desktop.
Describes steps to get more info about Fortify work

Check config.json

check if you have enabled Fortify log

\Users<user>.fortify\config.json

if no

echo {"logging":true} > \Users\<user>\.fortify\config.json

Run app

cd "\Program Files\Fortify"
set PV_PKCS11_ERROR=1
set PV_PKCS11_ERROR_LEVEL=15
fortify.exe

Logs

\Users\<user>\AppData\Local\Temp\PVPKCS11.log
\Users\<user>\.fortify\LOG.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment