Recent content by HXC

  1. H

    Hacking 3DS Application Metadata Decoder

    yes, however i run linux. (Fedora 12 to be exact), and that will not run (unless i spend hours installing MONO for C#, or configure WINE to work with dot net, if and IF it would work.)
  2. H

    Hacking 3DS Application Metadata Decoder

    umm.... according to this: http://3dbrew.org/wiki/Title_metadata i have been doing my homework, sir. this file is preliminary and will obviously be changed at some point. this program simply return a log of what the TMD might contain. the rewriter comes later. however since you are so keen on...
  3. H

    Hacking 3DS Application Metadata Decoder

    let me explain. the metadata file is a specially formated file that is used to describe a standalone title (like rhythmic retrobits for example) or channel (like nintendo zone) and all of it's installed contents. the file is only generated once, by either the system or the issuer, and could...
  4. H

    Hacking 3DS Application Metadata Decoder

    Hello people. i'm currently writing a C++ console APP that will decipher the data inside of application metadata files. these are usually located under a path like this: /SDHC_NAME/3ds/Application/8_DIGIT_HEX_CODE/data/.metadata (the files never have a textual name, just an extension) some of...