Kodewerx
https://www.kodewerx.org/forum/

CBDS Master Code creator
https://www.kodewerx.org/forum/viewtopic.php?f=11&t=461
Page 1 of 1

Author:  dlong [ Wed Dec 20, 2006 4:46 pm ]
Post subject:  CBDS Master Code creator

In a stunning turn of events, I did something useful. Let's see how long it takes for our so-called 'rivals' to steal this.

http://www.utc.edu/Daniel-Long/NDSMaster.exe
Quote:
D:\Dev-Cpp>NDSmaster.exe trm-sm1p.nds
GSC sucks cock; fuck you Rune
GSHI + Kodewerx FTW
Version 3.0
(C) Dlong 06/22/07, 3:53 PM
Special thanks to kenobi.
F2380864 023FC000

Author:  Kyle [ Wed Dec 20, 2006 8:57 pm ]
Post subject:  Re: CBDS Master Code creator

It doesn't work for me. :( :( :(
I downloaded it 3 times, each time when I tried to run it, a little window popped up saying "This application has failed to start because the application configuration is incorrect"


Maybe my computer is just too fucked over to run it. >.>

Author:  dlong [ Wed Dec 20, 2006 9:19 pm ]
Post subject: 

Interesting. It's just a basic command line program. What OS are you using?

Author:  dlong [ Wed Dec 20, 2006 10:12 pm ]
Post subject: 

Version 1.1 is up:

Quote:
GSC sucks cock; fuck you Rune
GSHI + Kodewerx FTW
(C) dlong 12/20/06
Version 1.1

3 results found.

Result #1
80004a9e 41575550
F23800f0 223FC000

Result #2
80004a9e 41575550
F238ee14 223FC000

Result #3
80004a9e 41575550
F238ee7c 223FC000

Press any key to continue . . .


I will add ARM9 support if I can get a decryption routine working (yeah right).

Author:  Parasyte [ Wed Dec 20, 2006 10:45 pm ]
Post subject: 

You mean decompression.

Why don't you just pay me a lot of money and I'll work it into my disassembler?

Author:  BobSagat [ Thu Dec 21, 2006 2:01 am ]
Post subject: 

If he built this with visual studio 2005, you will get that application error if you don't have the updated runtime installed.

http://www.microsoft.com/downloads/deta ... laylang=en

Author:  Parasyte [ Thu Dec 21, 2006 3:43 am ]
Post subject: 

MinGW. FTW.

Author:  dlong [ Thu Dec 21, 2006 7:37 am ]
Post subject: 

I recompiled it with MinGW, and it's up now. It is 6 times bigger though. :/

Author:  Modman [ Thu Dec 21, 2006 1:04 pm ]
Post subject: 

LoLz, very nice, dlong. Rune probably already has that running on his machine.

Author:  Parasyte [ Thu Dec 21, 2006 3:48 pm ]
Post subject: 

gcc -s -o whatever.exe whatever.c

The -s switch will strip all the unneeded sections, resulting in a much smaller executable file.

Author:  dlong [ Fri Dec 22, 2006 10:41 am ]
Post subject: 

Done, but it's still bigger than was VC++ output.

Author:  Parasyte [ Fri Dec 22, 2006 5:35 pm ]
Post subject: 

You can also use -O3 switch to optimize the assembly produced. There's an optimize switch for size somewhere, like -Os or -OS, I forget. But that's another one you can use. (Most optimization settings optimize for speed, which includes unrolling loops, in-lining functions and other such cache performance techniques which actually increase the executable size.)

Author:  Radical Hacker [ Sat Dec 23, 2006 8:14 pm ]
Post subject: 

i downloaded the CBDS Master Code creator
and it's tellin me the following...

Usage: nds.exe [file_name]
Press any key to continue...

did that nothing hapened :? :? :? :?

how do get it running and how do you get it to work with the DS?

Author:  Dualscreenman [ Sat Dec 23, 2006 8:26 pm ]
Post subject: 

The file name should be replaced with the file name of the ROM you want to make a mastercode for.

Author:  dlong [ Thu Dec 28, 2006 8:54 am ]
Post subject: 

Report any bugs here, such as improper output (like what apparently happened with MPH Demo) or runtime errors.

Author:  dlong [ Fri Dec 29, 2006 6:09 pm ]
Post subject: 

Version 1.2 is up. The CRC16 is now forced to 4 hex digits. Other minor changes as well

Author:  dlong [ Mon Feb 19, 2007 9:52 pm ]
Post subject: 

2.0 is out.

Author:  fireworks20 [ Sun Mar 25, 2007 6:27 pm ]
Post subject: 

I dont get this how do i enter a name for the rom?

Author:  dlong [ Mon Jun 18, 2007 8:39 pm ]
Post subject:  Re: CBDS Master Code creator

Update should be coming soon, thanks to info from kenobi.

Author:  dlong [ Tue Jun 26, 2007 12:14 pm ]
Post subject:  Re: CBDS Master Code creator

New version is up. Thank the grand imperial wizard, Kenobi.

A future update will (hopefully) verify that the file is a legitimate NDS rom. I'm having trouble with the CRC. I think the header may be being read in wrong.

Author:  dlong [ Tue Jun 26, 2007 10:26 pm ]
Post subject:  Re: CBDS Master Code creator

Small bug fix kenobi pointed out; the program no longer hangs if an invalid file name is inputted.

Author:  Hiei-YYH [ Wed Jun 27, 2007 12:08 am ]
Post subject:  Re: CBDS Master Code creator

so, there is no more ID and CRC? i think there is no problem with CRC if you have the ROM encrypted. if not will give you different one. ID is the same it doesn't matter if encrypted or not.

Author:  dlong [ Wed Jun 27, 2007 6:35 pm ]
Post subject:  Re: CBDS Master Code creator

That's a good point actually. I should add the other line. There shouldn't be any trouble doing that. My problem is verifying that the CRC of the NDS header provided matches the listed header. And, yes, all of my ROMs are decrypted. I'll figure it out sometime. Maybe.

Author:  Hiei-YYH [ Wed Jun 27, 2007 10:54 pm ]
Post subject:  Re: CBDS Master Code creator

dlong wrote:
That's a good point actually. I should add the other line. There shouldn't be any trouble doing that. My problem is verifying that the CRC of the NDS header provided matches the listed header. And, yes, all of my ROMs are decrypted. I'll figure it out sometime. Maybe.


sometimes it returns the correct one, even decrypted lol

LUNAR KNIGHTS CRC (official from CB site)
B8C7

LUNAR KNIGHTS CRC (CBDS Master Code Creator)
ROM Decrypted: B8C7
ROM Encrypted: B8C7


but anyway, is better have this than nothing :P

Author:  dlong [ Thu Jun 28, 2007 6:29 am ]
Post subject:  Re: CBDS Master Code creator

Err, what? The new version doesn't display any CRC.

Author:  dlong [ Sat Aug 25, 2007 11:04 pm ]
Post subject:  Re: CBDS Master Code creator

This tool is now defunct.

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/