elf headers and elf program headers in imgui elfviewer

This commit is contained in:
georgemoralis 2023-05-10 22:21:34 +03:00
parent 6511b280cf
commit f2198ef27d
3 changed files with 105 additions and 82 deletions

View file

@ -299,6 +299,8 @@ public:
[[nodiscard]] const self_segment_header* GetSegmentHeader() const { return m_self_segments; }
std::string SElfHeaderStr();
std::string SELFSegHeader(u16 no);
std::string ElfHeaderStr();
std::string ElfPHeaderStr(u16 no);
private:
void Reset();