Patches NDS games to allow them to connect to a custom NWFC server.
Go to file
2018-03-15 23:56:29 +01:00
Properties Print some version and usage information when run without parameters or incorrect parameters. 2015-10-18 18:30:50 +02:00
.gitignore Better ARM9 compression detection. 2014-05-30 06:48:28 +02:00
blz.cs Add some properly typed Exception catching... 2015-03-25 17:49:17 +01:00
ByteArrayRocks.cs HTTPS string replacement code. 2014-05-29 21:03:16 +02:00
CommandLineArguments.cs Implements #8: Ability to replace the URL with any other URL of a shorter length. 2015-10-18 18:30:46 +02:00
Crc16.cs Fix checksums for devices that care about that. 2014-06-07 23:43:20 +02:00
LICENSE Make license explicit, this was already effective via the use of the blz code anyway. 2018-03-15 23:56:29 +01:00
Program.cs Print some version and usage information when run without parameters or incorrect parameters. 2015-10-18 18:30:50 +02:00
README.md Add --domain option to readme. 2015-10-18 18:52:15 +02:00
Util.cs Basic overlay read/write code. 2014-05-29 21:03:13 +02:00
WfcPatcher.csproj Implements #8: Ability to replace the URL with any other URL of a shorter length. 2015-10-18 18:30:46 +02:00
WfcPatcher.sln Change target framework to 3.5. 2014-05-30 01:48:54 +02:00

WfcPatcher

Patches NDS games to allow them to connect to a custom server, such as AltWfc.

Just drag and drop your dumped NDS games onto the executable to patch them.

The following command line options are supported:

-d, --domain example.com            Point the NWFC URLs to a different URL instead.