up
Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled

This commit is contained in:
StellaOps Bot
2025-11-27 23:44:42 +02:00
parent ef6e4b2067
commit 3b96b2e3ea
298 changed files with 47516 additions and 1168 deletions

View File

@@ -54,8 +54,8 @@ public class NativeFormatDetectorTests
BitConverter.GetBytes((ulong)0x100).CopyTo(buffer, ph0 + 8); // p_offset
BitConverter.GetBytes((ulong)0).CopyTo(buffer, ph0 + 16); // p_vaddr
BitConverter.GetBytes((ulong)0).CopyTo(buffer, ph0 + 24); // p_paddr
BitConverter.GetBytes((ulong)0x18).CopyTo(buffer, ph0 + 32); // p_filesz
BitConverter.GetBytes((ulong)0x18).CopyTo(buffer, ph0 + 40); // p_memsz
BitConverter.GetBytes((ulong)0x1C).CopyTo(buffer, ph0 + 32); // p_filesz (28 bytes for "/lib64/ld-linux-x86-64.so.2\0")
BitConverter.GetBytes((ulong)0x1C).CopyTo(buffer, ph0 + 40); // p_memsz
BitConverter.GetBytes((ulong)0).CopyTo(buffer, ph0 + 48); // p_align
// Program header 1: PT_NOTE