A simple batchfile to reduce padding and erase the update partition in XCI files, based in LucaFraga's hacbuild
https://github.com/julesontheroad/NX-Trimmer
This tool is meant to clean the update partition from xci files and to reduce the padding used between partitions. This is a batch application which serves to automate the workflow between the following programs:
a.) hacbuild: Program meant to create xci files from nca files, made by LucaFraga.
https://github.com/LucaFraga/hacbuild
b.) hactool: Program which function is give information, decrypt and extract a lot of different kind of files us by the NX System. Hactool was made by SciresM
https://github.com/SciresM/hactool
c.) nspBuild: Program meant to create nsp files from nca files. nspBuild was made by CVFireDragon
https://github.com/CVFireDragon/nspBuild
https://github.com/julesontheroad/NX-Trimmer
This tool is meant to clean the update partition from xci files and to reduce the padding used between partitions. This is a batch application which serves to automate the workflow between the following programs:
a.) hacbuild: Program meant to create xci files from nca files, made by LucaFraga.
https://github.com/LucaFraga/hacbuild
b.) hactool: Program which function is give information, decrypt and extract a lot of different kind of files us by the NX System. Hactool was made by SciresM
https://github.com/SciresM/hactool
c.) nspBuild: Program meant to create nsp files from nca files. nspBuild was made by CVFireDragon
https://github.com/CVFireDragon/nspBuild
- Change log
-
v0.7 - Cleaned echos giving better input to the user about the process
Added compatibility with XCI_BatchBuilder.
Erased auto-exit at the end of program so it can be used by command line if you want.