Post subject: [program] EZ3 NDS skin extractor v1.0
Posted: Wed Nov 01, 2006 11:06 am
Joined: Sun Jul 23, 2006 6:19 am Posts: 34
[Application]
EZ3 NDS skin extractor v1.0 by Suanyuan 2006/10/31
[Description]
EZ3NdsSkinExtract is a small program to extract NDS skin data files from EZ3 loader_nds.bin.
[How to run it]
Just copy the loader_nds.bin to the same folder of EZ3NdsSkinExtract.exe then run EZ3NdsSkinExtract.exe.
The NDS skin files will put to "nds" sub folder.
// // step 2: get data size of NDS_BIN // printf("Finding NDS skin offset\n"); long nds_find_offset = findNdsSkin(ezfla_buf, lSizeEzfla); if (nds_find_offset == -1) { printf("\nGBFS not found in updater\n"); return 0; } printf("GBFS found at pos: %ld\n", nds_find_offset);
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum