• This repository has been archived on 08/Jan/2021
  • Stars
    star
    138
  • Rank 264,508 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created over 8 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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