SELF header display on imgui elf window

This commit is contained in:
georgemoralis 2023-05-06 11:35:42 +03:00
parent 24e68b58f5
commit cda7c67e36
3 changed files with 33 additions and 21 deletions

View file

@ -295,6 +295,8 @@ public:
void DebugDump();
[[nodiscard]] const elf_header* GetElfHeader() const { return m_elf_header; }
[[nodiscard]] const elf_program_header* GetProgramHeader() const { return m_elf_phdr; }
std::string SElfHeaderStr();
private:
void Reset();