Flipnote Studio 3D

From 3dbrew
Revision as of 18:50, 18 October 2014 by Yellows8 (talk | contribs) (Created page with "This is the 3DS version of the DSi Flipnote Studio application. At the time of writing this is only available in JPN, this 3DS application also ships with the launch JPN [[New_3D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the 3DS version of the DSi Flipnote Studio application. At the time of writing this is only available in JPN, this 3DS application also ships with the launch JPN New_3DS.

SD data

The application settings are stored in the savedata. However, the rest like the DSi application is stored on SD card(not under savedata/extdata).

SD private data

The data under "/private/Nintendo 3DS/app/JKZJ/000" are equivalent to the the data the DSi application stores under "/private/...".

  • "!!.lst" Like the DSi application, this is "encrypted".
  • "<name>.kwz" Plaintext flipnote data. Example <name>: "cjcccccwcccccccanltthfjfaaan"

Flipnote file format

First little-endian word at offset 0x0 is 0x1448464B("KFH").

Going by the format of the DSi flipnotes, the last 0x100-bytes in the 3DS flipnotes appears to be a RSA-2048 signature(DSi flipnotes have a RSA-1024 signature).