mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +00:00
elf headers and elf program headers in imgui elfviewer
This commit is contained in:
parent
6511b280cf
commit
f2198ef27d
3 changed files with 105 additions and 82 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue