TiniVi / safehax

My implementation of safefirmhax: https://3dbrew.org/wiki/3DS_System_Flaws#Process9
138 stars 15 forks source link

Could SafeHax boot a filename other than arm9.bin & arm9loaderhax.bin? #8

Closed MelonGx closed 7 years ago

MelonGx commented 7 years ago

For the guide, If renaming D9WIP into arm9.bin, then we have to replace SafeA9LHInstaller's arm9.bin with it later. If renaming D9WIP into arm9loaderhax.bin, then we have to replace Luma's arm9loaderhax.bin with it later.

If SafeHax can boot a third filename, then we can rename D9WIP into it, to make all three files exist on the same SD/MicroSD card, to make the "one card batch exploiting multiple 3DSes" more convenient.

(edit) If supporting booting a 3rd filename is OK, could it have a highest priority, to avoid booting arm9.bin & arm9loaderhax.bin earlier?

TiniVi commented 7 years ago

I don't believe this is too important, but I'll try to add something in the next commit.