mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +00:00
segments loading (only elf atm)
This commit is contained in:
parent
1ad70366c6
commit
cc471a8535
3 changed files with 23 additions and 0 deletions
|
@ -343,6 +343,8 @@ public:
|
|||
std::string ElfPHeaderStr(u16 no);
|
||||
std::string ElfPheaderTypeStr(u32 type);
|
||||
std::string ElfPheaderFlagsStr(u32 flags);
|
||||
void LoadSegment(u64 virtual_addr, u64 file_offset, u64 size);
|
||||
u64 GetElfEntry();
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue