blob: 5bca1b7437e9058c30fc93f410fb45e0cfdef46d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "uthenticode",
"version-string": "1.0.4",
"port-version": 1,
"description": "A cross-platform library for verifying Authenticode signatures",
"homepage": "https://github.com/trailofbits/uthenticode",
"supports": "!uwp",
"dependencies": [
"openssl",
"pe-parse"
]
}
|