The file version structure was created dynamically
ID PE025 Level ERROR Category Configuration
Description
Version information contains the VS_FF_INFOINFERRED
flag which indicates that
the version structure was created dynamically;
therefore, some of the members in this structure may be empty or incorrect.
This flag should never be set.
See the official Microsoft description of this flag.
Mitigation
If using Visual C++:
- Remove the
VS_FF_INFOINFERRED
flag from the fixed version info of theVERSIONINFO
structure.
Arguments
This rule has the following output arguments:
-
resource_lang
- AffectedVERSIONINFO
resource language integral code -
resource_lang_tag
- AffectedVERSIONINFO
resource language tag (e.g.en
,nl-NL
oren-US
) -
resource_lang_location
- AffectedVERSIONINFO
resource language location (e.g.Spain
,neutral
orprocess_default
)
Loading...
Unable to load this documentation page.