Hacking Hekate Ipl

  • Thread starter Thread starter Stoned
  • Start date Start date
  • Views Views 80,042
  • Replies Replies 200
  • Likes Likes 16
Apparently, Hekate doesn't support exFAT format oddly enough. Was able to work around this by making a 32GB partition which windows will allow as FAT32.


Nice now someone can make a user dumper or a save dumper

Looks like it is being planned anyway. I've forked it to play with it, but I'm fairly certain best option would be to just wait for official support.

Code:
    {
       gfx_printf(&gfx_con, "%02d: %s (%08X-%08X)\n", i++,
           part->name, part->lba_start, part->lba_end);

       //XXX: skip these for now.
       if (//!strcmp(part->name, "SYSTEM") ||
           !strcmp(part->name, "USER"))
       {
           gfx_puts(&gfx_con, "Skipped.\n");
           continue;
       }

       dump_emmc_part(part->name, &storage, part);
       gfx_putc(&gfx_con, '\n');
   }
 
Last edited by Shadow LAG,
for those that don't know
copy the binary files to the same folder as your nand dump
right click, git bash, then copy and paste the whole command. it will do the rest on its own.
if it looks like its stuck, just hit enter and it will start back up again. (this happened to me on system)

why copy paste when you can just run ./hekate2rawnand.sh (or sh hekate2rawnand.sh) inside bash ?
 
Last edited by rajkosto,
  • Like
Reactions: charlieb
the ini file is not used unless you go "Launch."
and the dump user is skipped because the file would end up larger than the 3.999GB limit of FAT32 file sizes... wait for someone to implement it properly

My thoughts exactly. Needs support for exFAT or ext4
 
  • Like
Reactions: Assasin1990
Guys I compiled it obtaining an .elf file, how to launch it ? Renaming it .bin and fusee gelee ?
 
Last edited by asper,
Got it ! Thank you ! It runs fine on 3.0.0, just the nand dump option says no microsd mounted... maybe just because it is a 64gb card... or not ?

EDIT: read previous posts: SDXC not supported on lower fw swtiches (such as 3.0.0); waiting for a 2gbs-split-nand-dump version :)
 
Last edited by asper,

Site & Scene News

Popular threads in this forum