mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 20:05:01 +00:00
some more playing with zydis
This commit is contained in:
parent
5a72e51f4e
commit
66ea5329d2
5 changed files with 30 additions and 10 deletions
|
@ -446,7 +446,7 @@ std::string Elf::ElfPheaderTypeStr(u32 type) {
|
|||
return "Loadable";
|
||||
case PT_DYNAMIC:
|
||||
return "Dynamic";
|
||||
case PT_INERP:
|
||||
case PT_INTERP:
|
||||
return "Interpreter Path";
|
||||
case PT_NOTE:
|
||||
return "Note";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue