MPX debug directory is present

ID PE003 Level INFO Category Configuration

Description

MPX debug directory is present in the portable executable. MPX (Intel Memory Protection Extensions) is a deprecated feature, thus it should not be enabled in modern executables.

Mitigation

Disable emitting MPX debugging information for the executable by removing the /d2MPX Visual C++ compiler option.

Arguments

This rule has no output arguments.