-
Notifications
You must be signed in to change notification settings - Fork 18
Rules
Kevin Jones edited this page Apr 13, 2016
·
7 revisions
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.