load and print program and section headers

This commit is contained in:
georgemoralis 2023-04-08 13:40:32 +03:00
parent 56616f832e
commit 6e28e369da
2 changed files with 46 additions and 0 deletions

View file

@ -126,5 +126,7 @@ private:
self_header* m_self = nullptr;
self_segment_header* m_self_segments = nullptr;
elf_header* m_elf_header = nullptr;
elf_program_header* m_elf_phdr = nullptr;
elf_section_header* m_elf_shdr = nullptr;
};