December 16th, 2008 by ratx
From Nov 2007 to Nov 2008 dslazy was downloaded from my webserver 227780 times - thats just over 624 downloads a day! The zip file is 156k so it works out at over 33 gigabytes of pure interweb bandwidth. Crikey.
I’m sort of pleased its still “alive” but obviously the main reason its still so popular is the infamous “ARM7 fix”. Therefore I feel its my duty so point out, as many other people have, that there are many other and better tools for doing this type of thing.
If I had to recommend another I’d go for crackers “ARM7fixa” which you can get from here:
http://crackerscrap.com/download.php?p=arm7fixa.rar&n=4
It uses a better method to do the patching and its “safer”. Yes there is no GUI; its command line only. You should check out his other projects too.
http://crackerscrap.com/index.php?p=projects
If you need a GUI there is a more modern version of dslazy made by a guy called WB3000 called “dsbuff”. You can get that from here. It does more stuff than dslazy too but it still needs .NET.
For some history what became dslazy started off as a sort of GUI for patching homebrew with the ndsloader for the Slot 2 Supercard. It was only intended to help a few people out on scdev.org.
Here’s the original release thread:
http://www.scdev.org/forum/index.php/topic,717.0.html
Anyway hope you all had a good 2008. Merry Christmas.
Cheers
Posted in dslazy, ratxware | 1 Comment »
May 6th, 2007 by ratx
Update: Supercard updated their loader software and the below isn’t needed any more.

Screenshot by dudu
Heres the wallpaper patcher in an updated package combining the “parts maker” with an updated batch script. You now need to copy your msforsc.nds into the patcher directory and it generates parts 1 and 3 for you.
Please read the slightly updated readme.txt.
SCONE_SKINNER-0.2
Posted in NDS, ratxware | 2 Comments »
March 7th, 2007 by ratx
Heres a new version that fixes a couple of reported problems. The output filename munging routine has been re-written and overall is more cautious in regards to trimming. Thanks to _psychowood_ and Rejk. I haven’t tested this version much and I’m thinking it will need more tweaking to get the right compromise between trimming and preventing overtrim. As always if you find problems please comment.
trim-0.22a.zip
Posted in NDS, ratxware, trim | 6 Comments »
February 12th, 2007 by ratx
Here is a simple utility to cut a msforsc.nds into the part1 and part3 needed for patching in your own wallpaper. It doesn’t at present patch the error message out of part1.
msforsc_parts.exe
Posted in NDS, ratxware | No Comments »
February 11th, 2007 by ratx
This is a batch script and utilities to patch your own wallpaper into the latest english msforsc.nds. It basically replaces the existing sclogo.b15 with your own file. It also removes the bootup error screen. The limitations are that your compressed wallpaper.bin has to be less than or around 12k. Please read the readme.txt
Download Scone wallpaper patcher 0.1.
Posted in NDS, ratxware | 7 Comments »
December 30th, 2006 by ratx
Mr Spivs unfxe.c updated to support dumping the fxe icon in bmp format. It also now defaults to writing all available data in the format of $passed.fxe.$datatype. Eg:
unfxe.exe foo.fxe
Creates:
foo.fxe.raw
foo.fxe.bmp
foo.fxe.txt ( Title and Author Info )
foo.fxe.gxb
foo.fxe.key
unfxe.exe
unfxe-src
Posted in fxegui, gp32, ratxware, unfxe | No Comments »
December 30th, 2006 by ratx

fxegui is a small gui tool to manage your fxe/gxb/bin files for the gp32. It can change the fxe title/author/icon. You can use it to recompress existing fxe files and create fxes
from bin/gxb files.
The actual work is done by a couple of command line utilities from mr spiv. When a fxe is loaded it is uncompressed via unfxe, allowing you to change the icon, it is then rebuilt using b2fxe, at which stage you can change the title and author.
It was developed against a beta pre 2.0 version of the .NET runtime and doesn’t seem to run any more, I’m sure it could be fixed but I don’t have a gp32/motivation any more. It includes an updated version of unfxe thats supports dumping the icon directly to bmp.
fxegui-0.7.zip ( doesn’t work unless you have the beta 2.0 .NET runtime )
fxegui-src.zip ( vb.net source )
Posted in fxegui, gp32, ratxware | No Comments »
November 30th, 2006 by ratx
This new version adds support for the “neoflash mk4 mini” dump. In a nutshell the MK4 dump allows you to boot some SLOT1 devices from SLOT2 and vice versa - quite useful for people with for eg a DSLink and a Supercard.
( Note: this utility is for NDS files only, it will not magically make the “gb” part of the dump act as a software passme in gba mode with a Supercard )
scmhbp-0.21
Posted in NDS, ratxware, scmhbp | 3 Comments »
November 21st, 2006 by ratx

fantastically awful image dreamed up in 10 seconds
The Supercard “magic” homebrew patcher is a very simple utility that patches a homebrew .nds/ds.gba/whatever file and creates a .sc.nds file which is guaranteed to work on the Supercard series of flashcarts.
Due to the way the Supercard firmware works users are required to run ds.gba files renamed as .nds. Simple enough since most homebrew is distributed in both forms, however a lot of older stuff only came as .nds meaning an extra stage prepending the ndsloader was required. Over time the extension .sc.nds became adopted for these types of files and the first supercard specific homebrew patcher ( scconv ) was developed.
scmhbp was inspired by this initial patcher ( and dsbuild.exe ) however both older utilities just blindly prepend the ndsloader.bin to your file, even if it would have worked anyway or already had a ndsloader. scmhbp checks if the file needs a ndsloader, removes any extra copies in addition to ensuring the file is a valid nds homebrew file.
Basic usage instructions are included within the zip, however in a nutshell you simply drop your .nds/.ds.gba on scmhbp.exe. On linux ./scmhbp /path/file.nds.
Version 0.2 was uploaded only recently but the only difference the previous version were very small changes needed to add linux support.
scmhbp-0.2.zip
Posted in NDS, ratxware, scmhbp | No Comments »
November 21st, 2006 by ratx

dslazy is a discontinued ( and out of date? ) vb.net wrapper around a few command line only nds utilities. Open a nds file using the […] button and get information regarding it generated via ndstool by pressing the (i) button. Other functionality includes:
- remove blank space from a nds file (trimmer)
- prepend a small ndsloader (ndsloader)
- scan for “crashme” code in a nds file (crashme)
- patch a file with }[ains “ndspatcher” ( ndspatch )
- unpack and repack a nds file ( nds unpack & nds packer )
download dslazy ( Requires the .NET runtime )
The nds rom trimmer ( trim.exe ) really needs looking at; its reported to remove too much from certain files and it works in a suboptimal way ( ie its a bit slow ) however you can just drag and drop stuff onto it which certain people seem to like so here is a direct download: trim.zip
See: trim.exe updated
Prepending a ndsloader basically turns a .nds file into a .ds.gba file, however dslazy saves the output as a .nds file. This is because of the way the Supercard firmware works; you could in fact rename the ds.gba versions of homebrew files to .nds to get the same effect. DevkitPro now produces .nds files that work directly, but the file extension .sc.nds has been adopted for Supercard owners.
The Crashme scanner is also of little use any more, the malware in question isn’t generally found in the wild and in any case the ’sig’ darkfader provided to grep with finds possible bricker code in most homebrew. Please bear this in mind.
Posted in NDS, dslazy, ratxware | 5 Comments »