Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Thu Apr 25, 2024 2:41 pm

All times are UTC - 8 hours [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 26 posts ] 
Author Message
 Post subject: CBDS Master Code creator
PostPosted: Wed Dec 20, 2006 4:46 pm 
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


Last edited by dlong on Mon Jan 15, 2007 7:07 pm, edited 3 times in total.

Top
  
 
PostPosted: Wed Dec 20, 2006 8:57 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Oct 09, 2006 2:04 pm
Posts: 256
Location: Chicago
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. >.>


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 20, 2006 9:19 pm 
Interesting. It's just a basic command line program. What OS are you using?


Top
  
 
 Post subject:
PostPosted: Wed Dec 20, 2006 10:12 pm 
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).


Top
  
 
 Post subject:
PostPosted: Wed Dec 20, 2006 10:45 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
You mean decompression.

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

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 21, 2006 2:01 am 
Offline
Kommunist
Kommunist

Joined: Wed Oct 18, 2006 10:05 pm
Posts: 8
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


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 21, 2006 3:43 am 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
MinGW. FTW.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 21, 2006 7:37 am 
I recompiled it with MinGW, and it's up now. It is 6 times bigger though. :/


Top
  
 
 Post subject:
PostPosted: Thu Dec 21, 2006 1:04 pm 
Offline
Krew (Moderator)
Krew (Moderator)
User avatar

Joined: Mon Oct 02, 2006 7:05 pm
Posts: 494
Location: In Time
Title: Algorithm Strategist
LoLz, very nice, dlong. Rune probably already has that running on his machine.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 21, 2006 3:48 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
gcc -s -o whatever.exe whatever.c

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

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 22, 2006 10:41 am 
Done, but it's still bigger than was VC++ output.


Top
  
 
 Post subject:
PostPosted: Fri Dec 22, 2006 5:35 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
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.)

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 23, 2006 8:14 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Wed Oct 11, 2006 9:49 pm
Posts: 344
Location: Cybertron
Title: Click Here <------
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?

_________________
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 23, 2006 8:26 pm 
Offline
Komrade
Komrade
User avatar

Joined: Mon Oct 02, 2006 5:56 pm
Posts: 1978
Title: Mr. Bitches
The file name should be replaced with the file name of the ROM you want to make a mastercode for.

_________________
Image
Image
<EggWerx> MetalOverlord: Dsman and lemmayoshi will be used for taco meat, ask mo he knows me.
jleemero wrote:
Being required to learn Java for a Comp Sci MAJOR is like being required to shit on a lawnmower to be an astronaut.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 28, 2006 8:54 am 
Report any bugs here, such as improper output (like what apparently happened with MPH Demo) or runtime errors.


Top
  
 
 Post subject:
PostPosted: Fri Dec 29, 2006 6:09 pm 
Version 1.2 is up. The CRC16 is now forced to 4 hex digits. Other minor changes as well


Top
  
 
 Post subject:
PostPosted: Mon Feb 19, 2007 9:52 pm 
2.0 is out.


Top
  
 
 Post subject:
PostPosted: Sun Mar 25, 2007 6:27 pm 
Offline
Kunt (Banned)
Kunt (Banned)

Joined: Wed Mar 21, 2007 4:33 pm
Posts: 6
I dont get this how do i enter a name for the rom?

_________________
Image


Top
 Profile  
 
PostPosted: Mon Jun 18, 2007 8:39 pm 
Update should be coming soon, thanks to info from kenobi.


Top
  
 
PostPosted: Tue Jun 26, 2007 12:14 pm 
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.


Top
  
 
PostPosted: Tue Jun 26, 2007 10:26 pm 
Small bug fix kenobi pointed out; the program no longer hangs if an invalid file name is inputted.


Top
  
 
PostPosted: Wed Jun 27, 2007 12:08 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sun May 27, 2007 7:43 pm
Posts: 775
Location: Makai
Title: The HENTAI M@ster
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.

_________________
Image
DO NOT send me code requests/conversions via pm. I DON'T GIVE PERMISSION, READ THE FUCKING RULES.
I Hate You So Much!!! Fuck & Peace!

Everyone has AIDS!
My grandma and my dog 'ol blue
My father
My sister
My uncle and my cousin and her best friend
The pope has got it and so do you.


My SITE

My Official Code Breaker DS Codes


Top
 Profile  
 
PostPosted: Wed Jun 27, 2007 6:35 pm 
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.


Top
  
 
PostPosted: Wed Jun 27, 2007 10:54 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sun May 27, 2007 7:43 pm
Posts: 775
Location: Makai
Title: The HENTAI M@ster
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

_________________
Image
DO NOT send me code requests/conversions via pm. I DON'T GIVE PERMISSION, READ THE FUCKING RULES.
I Hate You So Much!!! Fuck & Peace!

Everyone has AIDS!
My grandma and my dog 'ol blue
My father
My sister
My uncle and my cousin and her best friend
The pope has got it and so do you.


My SITE

My Official Code Breaker DS Codes


Top
 Profile  
 
PostPosted: Thu Jun 28, 2007 6:29 am 
Err, what? The new version doesn't display any CRC.


Top
  
 
PostPosted: Sat Aug 25, 2007 11:04 pm 
This tool is now defunct.


Top
  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 26 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 26 guests


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

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group