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