Expand description
Binary hash computation utility for verifying remote compilation correctness.
This module provides deterministic hashing of compiled binaries by focusing on code sections (.text, .rodata) while ignoring non-deterministic metadata like timestamps and paths.
Structs§
- Binary
Hash Result - Result of computing hashes for a binary file.
Functions§
- binaries_
equivalent - Compare two binaries for functional equivalence.
- binary_
contains_ marker - Check if a binary contains a specific marker string.
- compute_
binary_ hash - Compute comprehensive hash information for a binary file.