Hello, I'm trying out something new wich is to read a Wii iso file and get it's info, like for example the GameID (like new super Mario Bros Wii is SMNE01).
I'd like to know how does reading the iso works, for example in position 0x00 you can get the GameID, but where to find the internal name, the region, etc. If anyone has a guide please let me know! I am also looking for reading wbfs and wad files.
I'm working with C# using a BinaryReader and I am changing positions like this reader.BaseStream.Position = 0x00; to get the info I'd like to know.
Thanks in advice.
I'd like to know how does reading the iso works, for example in position 0x00 you can get the GameID, but where to find the internal name, the region, etc. If anyone has a guide please let me know! I am also looking for reading wbfs and wad files.
I'm working with C# using a BinaryReader and I am changing positions like this reader.BaseStream.Position = 0x00; to get the info I'd like to know.
Thanks in advice.






