trailofbits / uthenticode

A cross-platform library for verifying Authenticode signatures
https://trailofbits.github.io/uthenticode/
MIT License
133 stars 33 forks source link

Build Artifacts for v1.0.9 #73

Closed LukeL-dev closed 11 months ago

LukeL-dev commented 1 year ago

There are no build artifacts for v1.0.9. Do you plan on providing them?

woodruffw commented 1 year ago

Hmm, not sure how that happened. Thanks for reporting; we'll look into this!

In the mean time, you should try and follow the build steps if you'd like a build for that release version.

woodruffw commented 11 months ago

Since the library here is written in C++ and exposes a C++ interface (rather than just a "pure" C one), we've decided to stop providing build artifacts: the lack of any ABI guarantees means that we aren't confident that people can link against our built versions safely, rather than linking against their own built versions.