segments loading (only elf atm)

This commit is contained in:
georgemoralis 2023-05-25 18:08:10 +03:00
parent 1ad70366c6
commit cc471a8535
3 changed files with 23 additions and 0 deletions

View file

@ -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: