Skip to content
Kevin Jones edited this page Apr 13, 2016 · 7 revisions

Rules

The Authenticode Linter uses rules to lint the binary. Each rule is independent from one another. Meaning that two rules may fail for the same reason, such as the binary not being signed in the first place.

A rule has a unique identifier called a Rule ID. The rule ID is used to identify a rule based on the output of the linter, or to suppress rules that should not be run. A rule ID is always a 5 digit number.

Rules

Clone this wiki locally