vcsjones / AuthenticodeLint

Lints an authenticode signed binary.
MIT License
37 stars 18 forks source link

Better handling of no signatures #11

Closed vcsjones closed 8 years ago

vcsjones commented 8 years ago

Currently, per-signature based checks "pass" when the binary is not Authenticode signed at all since there are no signatures to inspect.

The CheckEngine should just auto-fail every check without running them.

vcsjones commented 8 years ago

Fixed in 5e5001c.