sigcheck icon indicating copy to clipboard operation
sigcheck copied to clipboard

Volatility plugin to validate Authenticode-signed processes, either with embedded signature or catalog-signed

Results 2 sigcheck issues
Sort by recently updated
recently updated
newest added

Hi, I tried to run plugin sigcheck in Volatility 2.6. When I run sigcheck.py in Python, there is no 'import pefile' error. However, when I run it as a plugin...

I tried to execute sigvalidator.py without success. This is my code: ``` if __name__ == '__main__': sigv = sigvalidator.SigValidator() ``` Here is the error message that I got > Exception...

bug