7 unstable releases (3 breaking)
0.4.3 | Jul 2, 2024 |
---|---|
0.4.2 | May 22, 2024 |
0.4.1 | Mar 20, 2024 |
0.4.0 | Dec 28, 2023 |
0.1.0 | Jun 24, 2023 |
#252 in Embedded development
145 downloads per month
Used in 3 crates
34KB
545 lines
authenticode
This is a no-std library for working with authenticode data as defined in the PE format.
Note that currently the library does not support creating or verifying authenticode signatures.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Disclaimer
This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.
lib.rs
:
Authenticode utilities.
Reference: https://docs.microsoft.com/en-us/windows/win32/debug/pe-format
Features
All features are disabled by default.
object
: Enables a dependency onobject
and implsPeTrait
forPeFile
.std
: Turns offno_std
and implsstd::error::Error
for the error types.
Dependencies
~5.5MB
~107K SLoC