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

#393 in Embedded development

Download history 20/week @ 2024-03-28 14/week @ 2024-04-04 3/week @ 2024-04-11 83/week @ 2024-05-16 50/week @ 2024-05-23 2/week @ 2024-05-30 10/week @ 2024-06-06 5/week @ 2024-06-13 138/week @ 2024-06-27 91/week @ 2024-07-04 19/week @ 2024-07-11

248 downloads per month
Used in 2 crates

MIT/Apache

34KB
545 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

~5MB
~98K SLoC