Author Topic: NDS ARM7 Patcher  (Read 28960 times)

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
NDS ARM7 Patcher
« on: November 14, 2007, 08:38:09 PM »
Quote

  What is this?
-------------------------

This is a simple program to patch 'protected' games using
the ARM7 data of a 'non-protected' game.

  How do I use this?
-------------------------

Run the program.
It will ask you to type the file name of the "Donor" ROM.
This is the ROM that the ARM7 data will be taken from.

Please note that you will need to use the entire file name.
That means you must type "gamename.NDS," not just "gamename"


  Who are you?
-------------------------

IQ_132
http://neosource.1emu.net


  Source?
-------------------------

The source is released under the WTFP License.  More info
on that can be found here:
http://sam.zoy.org/wtfpl/


  Changes?
-------------------------

3-14-09

Fixed a few bugs
 - Resizing / untrimming now works properly
 - File checking for patient now works
Can insert arm7 data into space where old arm7 was (if there's room)
Added crc16 fix -- allows games to work on firmware that checks validity of header (totally stolen from DeSemuME's source)


+1736
« Last Edit: March 14, 2009, 05:52:09 AM by iq_132 »


Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: NDS ARM7 Patcher
« Reply #1 on: March 14, 2009, 05:52:46 AM »
Updated :)