Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported type using make_fself #36

Open
diesel701 opened this issue Feb 4, 2018 · 2 comments
Open

Unsupported type using make_fself #36

diesel701 opened this issue Feb 4, 2018 · 2 comments

Comments

@diesel701
Copy link

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!

@zecoxao
Copy link

zecoxao commented Apr 13, 2018

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

@zecoxao
Copy link

zecoxao commented Apr 13, 2018

it seems the type for hito elfs is DYN = 0x0003, so we need to do appropriate changes to have it working as one of the above :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants