79410349

Date: 2025-02-04 00:58:27
Score: 1
Natty:
Report link

PCR index and lengths, are stored in little-endian byte order from TCG specs: [TCG][1]

d_ng = struct.pack("<I", hash_length) + hash_alg + file_hash
n_ng = struct.pack("<I", file_name_length) + file_name_bytes
Expected: 65a3a4458c5368168e6625e1ce7bde75c888d450
Computed: 65a3a4458c5368168e6625e1ce7bde75c888d450


** Process exited - Return Code: 0 **
Press Enter to exit terminal
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Remy S