#173419 - vuurrobin - Tue Apr 06, 2010 12:39 am
hello,
seeing as pretty much all cards firmware auto-patch the homebrew games, and to use the homebrewmenu as the default menu you need the dldi patch, I decided to try and create an dldi patch extractor. or has one already been created?
now if I understand correctly from reading the source code of dlditool and homebrew menu, the patch should be in main memory, start with magic string "\xED\xA5\x8D\xBF Chishm" (4 byte number, 7 byte string and 1 byte terminating null character), is DO_driverSize long with a maximum of 32KB (DO_driverSize is the pointer to the magic string + 0x0D). is this right?
then I can just copy all of it to a file, right? is there anything else I would need to do?
crossposted this with devkitPro
_________________
my blog:
http://vuurrobin.100webcustomers.com/
seeing as pretty much all cards firmware auto-patch the homebrew games, and to use the homebrewmenu as the default menu you need the dldi patch, I decided to try and create an dldi patch extractor. or has one already been created?
now if I understand correctly from reading the source code of dlditool and homebrew menu, the patch should be in main memory, start with magic string "\xED\xA5\x8D\xBF Chishm" (4 byte number, 7 byte string and 1 byte terminating null character), is DO_driverSize long with a maximum of 32KB (DO_driverSize is the pointer to the magic string + 0x0D). is this right?
then I can just copy all of it to a file, right? is there anything else I would need to do?
crossposted this with devkitPro
_________________
my blog:
http://vuurrobin.100webcustomers.com/