Recent content by ahezard

  1. ahezard

    Homebrew nds-bootstrap loader: Run commercial NDS backups from an SD Card

    Congratulations @RocketRobz for reaching this milestone! I am amazed by the amount of work and dedication you have put into this project. Well done!
  2. ahezard

    Homebrew TWPatcher - DS(i) mode screen filters and patches

    I included the "1.25x scale patch" Can someone confirm it works as expected? By the way I recommand to use decrypt9 and not godmode9 to dump the twl_firm
  3. ahezard

    Homebrew TWPatcher - DS(i) mode screen filters and patches

    This is super nice! congratulations! When I was researching twl_firm I made some scripts to automatically patch it : https://github.com/ahezard/twl_firm_patcher I can adapt it to includes your patches in it. Still the best would be to have these patches included in the cfw (Luma, etc).
  4. ahezard

    Homebrew [DS(i)/3DS] TWiLight Menu++ - GUI for DS(i) games, and DS(i) Menu replacement

    Please open an issue here describing your problem : https://github.com/ahezard/nds-bootstrap/issues Edit : and please attach a .sav file to the issue and a quick explanation or what to do to reproduce it, I played 15 min without being able to reproduce the problem. I am not going to play a game...
  5. ahezard

    Homebrew Memory Pit - A new DSi exploit for DSi camera!

    Amazing work! The final hack of the dsi! Are all regions supported already?
  6. ahezard

    Homebrew [DS(i)/3DS] TWiLight Menu++ - GUI for DS(i) games, and DS(i) Menu replacement

    It is not ready yet, and I do not know when it will be.
  7. ahezard

    Homebrew [Release] Ugopwn

    Like I said before, you can decrypt your nand with the helper script (that uses twltool), mount it with ofsmount and put all the files on your sd. This will be equivalent to the twlnf step of the guide. The guide you are following does not cover the possibility that you have not access to the...
  8. ahezard

    Homebrew [Release] fastboot3DS - open source bootloader / chainloader

    Thanks a lot for the improved sdmmc code. I just integrated it into my nds-bootstrap project (dsi homebrew backup loader) and it reduces the loading time there as well. I hope your improvements will be integrated to libnds in the end.
  9. ahezard

    Homebrew [Release] Ugopwn

    Use this python script https://raw.githubusercontent.com/ahezard/hiyaCFW/15745d996352720f652d08f10f5234d6c5681fe4/for%20PC/console_id_from_nand_dump.py in the same directory as your nand.bin dump to create your consoled_id.txt file
  10. ahezard

    Homebrew [Release] Ugopwn

    You do not not really needs this console_id.txt file, this is for twlnf. Instead of using twlnf you can just decrypt your nand with the helper script and get all your nand files by mounting nand.bin via ofsmount for example and copy them to your sd.
  11. ahezard

    Homebrew [Release] Ugopwn

    I kinda checked what is written on dsi.cfw.guide and it is fine. On the other dsiguide.me I see things (unlauch installation via tempnand) that are very risky should not be recommanded.
  12. ahezard

    Homebrew [Release] Ugopwn

    dsi.cfw.guide
  13. ahezard

    Homebrew [Release] Ugopwn

    It would be nice to have twltool updated to use this footer directly. Edit : actually it does! I missed that
  14. ahezard

    Homebrew [Release] Ugopwn

    You do not need the data management. You can brute force both your consoleID and CID with BFCL using ypur gpu : https://gbatemp.net/threads/twlbf-a-tool-to-brute-force-dsi-console-id-or-emmc-cid.481732/ Edit : actually there is a much simpler solution, fwtool 2.0.0 from wintermute that is...
  15. ahezard

    Homebrew TWLbf - a tool to brute force DSi Console ID or EMMC CID

    I doubt it and even if it works this is going to be extremely slow like at least 100 times slower than on a decent gpu. If you post or pm your nand hexadecimal extracted bytes ( bytes between 1F0 and 200 and bytes between 000 and 010) I can do it for you.