NAOMI 1&2 CHD, GDI & decrypted .BIN

This forum is for the discussion of dumping games. Get help with your dumping here.

Moderator: Moderators

Post Reply
AvS
Posts: 53
Joined: Tue Aug 26, 2008 10:26 am

NAOMI 1&2 CHD, GDI & decrypted .BIN

Post by AvS »

NAOMI CHD 2 GDI

You can convert all Naomi .gdi raw dumps to the corresponding Mame CHDs, using:

Code: Select all

chdman -createcd <my.gdi> <my.chd>
But reverse process is quite easy, using:

Code: Select all

chdman -extractcd <my.chd> <my.toc> <my.bin>
Very first bytes are track01, very last bytes are track03.
You just have to perform some basic subtractions in order to obtain track02.


NAOMI GDI 2 DECRYPTED .BIN

A. Mount track03.bin in a virtual drive, using .cue file

Code: Select all

FILE "track03.bin" BINARY
TRACK 03 MODE1/2352
PREGAP 10:00:00
INDEX 01 00:00:00
B. Extract the main game .BIN file, using IsoBuster

C. Decrypt the extracted .BIN file, using 'DEScrypt.exe' (from Makaron T11) & the corresponding PIC Key

Code: Select all

DEScrypt <key> <game.bin>
/AvS
Last edited by AvS on Sat Oct 18, 2008 5:09 am, edited 1 time in total.
AvS
Posts: 53
Joined: Tue Aug 26, 2008 10:26 am

Post by AvS »

NAOMI 2 : DECRYPTED .BIN

name: initd.bin
Size: 204394496
CRC32: 4560a6aa
MD5: 69f1185ef3215ba8c17df122e9284f73
SHA1: 287df99b7a104d42fe4685a8b14efc36af90d6b3

Name: vf4.bin
Size: 251658240
CRC32: bee562df
MD5: b9810c9dfdd405085351f54e8d47600f
SHA1: c4469ba1654abc659ac4925957024522a6bb33c9

Name: vf4c.bin
Size: 251658240
CRC32: edab6f9d
MD5: 0bb1413ba2ec2ca70ee9ab37306eaf74
SHA1: c408b1ca0edb86ebeb1ce1546f41f79fdac42096

Name: vf4evo.bin
Size: 251658240
CRC32: 7855e753
MD5: 8af6d1a011ea440461b783abefcb4278
SHA1: 6f7541e5c2d259f6f7bc24c18a011a9957f40217

Name: vstrik3.bin
Size: 184549376
CRC32: f1567d53
MD5: 822f7adfbce58345d1e81b7b20444ae9
SHA1: bea97a2d586347a4026b73ac5ebb824be7d7609b


/AvS
Post Reply