vcsjones / AuthenticodeLint

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

Support Catalog Files #9

Open vcsjones opened 8 years ago

vcsjones commented 8 years ago

Catalog files allow placing the authenticode signature outside of the file itself. Currently, the linter has no way of knowing where the catalog file is or validating a file against the catalog.

Catalogs are commonly used for driver packages and many of Windows' own components.