I know this is a little out of the ordinary, but I want to try and find out how I can read the metadata of a Nintendo DS game? When on the computer, they have the .nds
extension.
I'm trying to work with some homebrew games I have, and I want to make a library. C# is the language I'd prefer to use.
I've tried researching it on the internet, and the closest option I've found is reading the file header. However, considering the game file is supposed to have a title and an image, the closest I've come to it is just getting part of the title up.
I know this can be done, because there are some programs, written in c#, that have done it. So, does anyone know how? I'd muchly appreciate any help.