Crate simics_sign

Source
Expand description

CdyLib signing tools for signing ELF and PE libraries to be loaded by Simics

Structs§

Sign
A module for signing

Enums§

Error
An error type raised during singing

Constants§

DATA_SECTION_NAME
The name of the data section for both Linux and Windows Gnu toolchains
MAX_SECTION_CSUM_SIZE
The maximum amount of data in a given section (text or data) to checksum
MODULE_CAPABILITIES_SYMNAME
The symbol name containing the capabilities and signature of a module
MODULE_DATE_SYMNAME
The symbol name containing the date of the module
SIMICS_SIGNATURE_MIN_LENGTH
The minimum length of the signature field of the module capabilities symbol
SIMICS_SIGNATURE_UNAME_MAX_LEN
The maximum length of a username used in a signature
TEXT_SECTION_NAME
The name of the text section for both Linux and Windows Gnu toolchains