/MultiUpdater

or µpdtr for short, is an updater for 3ds applications/a9lh/b9s payloads rewritten in C++

Primary LanguageC++MIT LicenseMIT

Archived project

This will not be worked on anymore.

MultiUpdater

MultiUpdater is an updater for FIRM payloads, CIA applications, and other files on the SD card.

Configuration

The configuration file is named config.json and should be placed in /3ds/MultiUpdater/.
An example config can be found in the repo.

Dependencies / Requirements

This project requires ctrulib, zlib, bzip2, xz, libarchive, curl and mbedtls. zlib, bzip2, xz, libarchive, curl and mbedtls can be installed with 3ds_portlibs.

Compilation

Just run make in terminal. Bannertool and makerom must be in your PATH or CIA compilation will fail.

License

MultiUpdater is licensed under the MIT license, a copy of which can be found in the LICENSE file.

Credits

All of the ctrulib contributors, for ctrulib which this depends upon Angelsl for libctrfgh, from which the example curl code has been taken #Cakey on freenode for help