Skip to main content

Module binary_hash

Module binary_hash 

Source
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§

BinaryHashResult
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.