You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to code an homebrew for PS4 and I have succesfully set and compiled an example. But when I try to "fake sign" with make_fself by flatz I have this message: "error: unable to load elf file: ('Unsupported type.')
How can I fix this?
Thanks for all your work!
The text was updated successfully, but these errors were encountered:
do you have an example of an hito elf? the reason why this happens is because the type of the elf is neither in ET_EXEC = 0x2 ,ET_SCE_EXEC = 0xFE00 , ET_SCE_EXEC_ASLR = 0xFE10 or ET_SCE_DYNAMIC = 0xFE18
I'm trying to code an homebrew for PS4 and I have succesfully set and compiled an example. But when I try to "fake sign" with make_fself by flatz I have this message: "error: unable to load elf file: ('Unsupported type.')
How can I fix this?
Thanks for all your work!
The text was updated successfully, but these errors were encountered: