diff options
| author | 2026-08-18 12:15:05 +0200 | |
|---|---|---|
| committer | 2026-08-18 12:15:05 +0200 | |
| commit | 132d3236bb884433bf94e961f6d32264e0334aec (patch) | |
| tree | 06638976b06f019ea4037175ff228f8271057c44 /misc-host/ELF/ELF-loader-test/elfinfoprint.h | |
Diffstat (limited to '')
| -rw-r--r-- | misc-host/ELF/ELF-loader-test/elfinfoprint.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc-host/ELF/ELF-loader-test/elfinfoprint.h b/misc-host/ELF/ELF-loader-test/elfinfoprint.h new file mode 100644 index 0000000..2f61860 --- /dev/null +++ b/misc-host/ELF/ELF-loader-test/elfinfoprint.h @@ -0,0 +1,12 @@ +#ifndef ELFINFOPRINT_H +#define ELFINFOPRINT_H + + +#include "elf64header.h" + +void ElfInfoPrint(Elf64_Ehdr * header); + +Elf64_Shdr *elf_sheader(Elf64_Ehdr *hdr); +Elf64_Shdr *elf_section(Elf64_Ehdr *hdr, int idx); +char *elf_str_table(Elf64_Ehdr *hdr); +#endif // ELFINFOPRINT_H |
