some more playing with zydis

This commit is contained in:
georgemoralis 2023-05-30 16:27:11 +03:00
parent 5a72e51f4e
commit 66ea5329d2
5 changed files with 30 additions and 10 deletions

View file

@ -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";