mtrojnar / osslsigncode

OpenSSL based Authenticode signing for PE/MSI/Java CAB files
Other
801 stars 131 forks source link

Dump .cat files list #274

Closed rul3rst4 closed 1 year ago

rul3rst4 commented 1 year ago

Hi, I've implemented a way to get a list of files that the catalog have, with the filename and hash of each file. I've implemented this by refactoring the actual verification chain of the catalog file, that checks wether the catalog file have a file hash in it's catalog.

Will that be any useful for this project? If so, I can clean up the code and make a PR. I've made this to automate the process of verifying a windows driver signature and it's dependencies files that are in the catalog file.

mtrojnar commented 1 year ago

Could you elaborate on why you think that this feature may be useful?