Recent content by LITTOMA

  1. LITTOMA

    ROM Hack How do I create functional custom 3DS banners?

    What don't you understand?
  2. LITTOMA

    Misc [Tool] ProdKeys Manager

    ProdKeysManager is a utility that helps you manage prod.keys files on your PC. Installation There is no installation required. Just download the program from GitHub releases and run it. Usage Open the program. Click "Manage Key File" button to select some key files (usually prod.keys or...
  3. LITTOMA

    ROM Hack How do I create functional custom 3DS banners?

    It works with all 3ds titles.
  4. LITTOMA

    ROM Hack Question: Games that use BCRES?

    A lot of games released at the early age of 3ds is using bcres (CGFX, in fact) format.
  5. LITTOMA

    ROM Hack How do I create functional custom 3DS banners?

    Banner is stored in the exefs, you can use Kuriimu2 to replace it.
  6. LITTOMA

    Hacking [Release] pmftools

    This "Movie.bin" sounds like an archive file that should be handled by writing a standalone tool/script. I haven't take a look on the UMD video disc before. Are those subtitle files embedded into the MPS files or separated?
  7. LITTOMA

    Hacking [Release] pmftools

    It is not hard to make mp4 to pmf by using ffmpeg (add one more line I guess?) However it seems like the umd movie composer prefer avi as inputs and my video editor outputs avi files by default. Furthermore, it is designed to make it easier to distinguish the input/output of this tool by using...
  8. LITTOMA

    Hacking [Release] pmftools

    This is a tool collection which can helps you convert PSP Movie Format (PMF) files. Source Release
  9. LITTOMA

    ROM Hack How can I modify the text in the code.bin file?

    Here's the basic step: 1. Extract the orignal texts. 2. Translate the texts. 3. Calculate the hash of the orignal texts. 4. Save the hash->translated-text pair to a file in your way. 5. Hook the print string function of the game. There should be a string pointer parameter pointed to the orignal...
  10. LITTOMA

    ROM Hack How can I modify the text in the code.bin file?

    Here's my idea: You should replace the text pointer at run time dynamically. All strings in code.bin are terminated with '\0' (2 zero bytes in UTF-16) and their offsets are fixed. For this reason, their lengths are NOT extendable inplace.
  11. LITTOMA

    Hacking Is it possiable to get the NAND CID if my console couldn't boot?

    Sorry, wrong place. How can I remove this thread?
  12. LITTOMA

    ROM Hack Is it possiable to get the NAND CID if my console couldn't boot?

    My 3DS dropped in water last month and it totally dead now. I have my NAND dump and SD card data backup. I wanna decrypt the SD content(like savedata, etc.) and transform them to a new console. I have to get the movable.sed of the ole one. So I need to decrypt the NAND image first. NAND CID is...
  13. LITTOMA

    Hacking Is it possiable to get the NAND CID if my console couldn't boot?

    My 3DS dropped in water last month and it totally dead now. I have my NAND dump and SD card data backup. I wanna decrypt the SD content(like savedata, etc.) and transform them to a new console. I have to get the movable.sed of the ole one. So I need to decrypt the NAND image first. NAND CID is...
  14. LITTOMA

    ROM Hack [release]game hacking for Learn with Pokémon: Typing Adventure

    You are pretty good! You just make my dream come to live!