mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +00:00
SELF header display on imgui elf window
This commit is contained in:
parent
24e68b58f5
commit
cda7c67e36
3 changed files with 33 additions and 21 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue