Manifest exists, but the image is marked non-isolated
ID PE129 Level ERROR Category System
Description
The executable has the manifest file or manifest resource. However, the executable header specifies the non-isolated flag, which means that the manifest will not be loaded and used by the system even though it exists. This is likely a configuration error. Several system mitigations and optimizations are disabled.
Mitigation
If using Visual C++:
- Make sure you pass the
/ALLOWISOLATION
option to the linker when building the executable.
Arguments
This rule has no output arguments.
Loading...
Unable to load this documentation page.