Re: [PATCH 14/16] doc: Add elf_rawfile.3

2025-07-10 Thread Mark Wielaard
Hi Aaron, Funny, I had no idea this existed. But it is actually used by readelf (for showing the program interpreter) and there is one test case (that does the same). On Mon, 2025-06-30 at 23:12 -0400, Aaron Merey wrote: > Signed-off-by: Aaron Merey > --- > doc/Makefile.am | 1 + > doc/elf_r

[PATCH 14/16] doc: Add elf_rawfile.3

2025-06-30 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/Makefile.am | 1 + doc/elf_rawfile.3 | 71 +++ 2 files changed, 72 insertions(+) create mode 100644 doc/elf_rawfile.3 diff --git a/doc/Makefile.am b/doc/Makefile.am index 7d5a3eef..50ab63ec 100644 --- a/doc/Makefi