Registry / crypto / uthenticode

uthenticode

JSON →
library2.0.1vcpkgunverified

A cross-platform library for verifying Authenticode signatures

vcpkg install uthenticode
INSTALL
IMPORT
SIG · UTHENTICODE
U
uthenticode
cryptocppv2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

uthenticode.h
#include <uthenticode.h>

Verify Authenticode signature of a PE file

#include <uthenticode.h> #include <iostream> int main() { auto result = uthenticode::verify("path/to/file.exe"); std::cout << (result.valid ? "Valid" : "Invalid") << " signature\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources

No resource links recorded.

uthenticode — pip install uthenticode · libregistry