5 releases (3 breaking)

0.4.1 Mar 20, 2024
0.4.0 Dec 28, 2023
0.3.0 Sep 29, 2023
0.2.0 Jun 25, 2023
0.1.0 Jun 24, 2023

#355 in Embedded development

Download history 7/week @ 2023-12-22 3/week @ 2023-12-29 10/week @ 2024-02-16 17/week @ 2024-02-23 4/week @ 2024-03-01 14/week @ 2024-03-08 113/week @ 2024-03-15 24/week @ 2024-03-22 24/week @ 2024-03-29 7/week @ 2024-04-05

170 downloads per month
Used in 2 crates

MIT/Apache

34KB
536 lines

authenticode

Crates.io Docs.rs

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.

Dependencies

~3.5–5MB
~102K SLoC