Recent content by shameless_inc

  1. S

    Hacking How to Backup SYSNAND from 10.3 via HB?

    Yes, it can access the SD card but the NAND is a whole other story. Even with ARM11 kernel access, we can't just access the NAND (there is some access but it's encapsulated and checked by the ARM9 Kernel and performed through the ARM9 CPU). If we were able to read from (let alone write to) the...
  2. S

    Hacking How to Backup SYSNAND from 10.3 via HB?

    I'm pretty sure that NAND reading falls under the ARM9 CPU's reign. ARM11 just allows for installation of legit CIA (the crypto stuff about that is still handled by the ARM9 CPU which we don't control on FWs > 9.2, so we can't tell it to install anything we want). So no, it shouldn't work. Could...