gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Coding > X-rom multiboot uploader (source)

#20799 - BeeWarloc - Tue May 18, 2004 1:54 am

After doing a bit of research, and getting used to the fact that most of my reverse engineering skills got lost a few years ago, I finally managed to get a bit of working code. I won't do much, just send a multiboot image to the gba via the Xrom usb linker.

http://217.8.146.157/xupload-0.1.rar

The multiboot encryption algorithm is blatantly ripped from smcable.zip, which I just can't recall where I got (anyone who knows?).

It's coded in c, and compiled with mingw via the bloodshed dev-c++ package.

I don't even know if this is of interest to anyone else but me, but my goal with it is ultimately to get the X-rom working in linux, and I also got a vision of adding live flash support to pogoshell..