Signature check is not enforced
ID PE021 Level WARNING Category Security
Description
The executable is signed, but the signature check is not enforced. The loader will not prevent the image from being loaded and executed even if the signature is not correct. This effectively enables the attacker to do any modifications to the disk image of the executable without being detected.
Mitigation
If using Visual C++:
- Pass the
/INTEGRITYCHECK
option to the linker when building the executable.
Arguments
This rule has no output arguments.
Loading...
Unable to load this documentation page.