mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
imgui elfviewer window . first draft
This commit is contained in:
@@ -293,6 +293,8 @@ public:
|
||||
bool isSelfFile() const;
|
||||
bool isElfFile() const;
|
||||
void DebugDump();
|
||||
[[nodiscard]] const elf_header* GetElfHeader() const { return m_elf_header; }
|
||||
[[nodiscard]] const elf_program_header* GetProgramHeader() const { return m_elf_phdr; }
|
||||
private:
|
||||
|
||||
void Reset();
|
||||
|
||||
Reference in New Issue
Block a user