mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 10:55:03 +00:00
some elf improvements
This commit is contained in:
parent
f2f04142b0
commit
365ae2aac9
3 changed files with 12 additions and 0 deletions
|
@ -490,6 +490,7 @@ public:
|
|||
std::string ElfPheaderFlagsStr(u32 flags);
|
||||
|
||||
void LoadSegment(u64 virtual_addr, u64 file_offset, u64 size);
|
||||
bool IsSharedLib();
|
||||
|
||||
private:
|
||||
Common::FS::IOFile m_f{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue