Skip to content

4NXCI is a tool for converting XCI(NX Card Image) files to NSP

License

Notifications You must be signed in to change notification settings

rnshah9/mayhem-4nxci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4NXCI

License

4NXCI is a tool for converting XCI(NX Card Image) files to NSP

4NXCI is based on hactool by SciresM
Thanks: SciresM, Rajkosto, Switch Brew

Usage

You should load your keyset file with -k or --keyset option followed by a path to it or place your keyset file with "keys.dat" filename in the same folder as 4NXCI
Required keys are:

Key Name Description
header_key NCA Header Key
key_area_key_application_xx Application key area encryption keys

Created NSP files are located in the same folder as 4NXCI with 'titleid.nsp' filename
4NXCI creates "4nxci_extracted_xci" folder as a temp folder, you can remove it after the conversion is done

*nix: ./4nxci [options...] <path_to_file.xci>  
Windows: .\4nxci.exe [options...] <path_to_file.xci>  
  
Options:  
-k, --keyset             Set keyset filepath, default filepath is ./keys.dat  
-h, --help               Display usage  
-t, --tempdir            Set temporary directory path  
-o, --outdir             Set output directory path  
-r, --rename             Use Titlename instead of Titleid in nsp name  
--keepncaid              Keep current ncas ids  

Licensing

This software is licensed under the terms of the ISC License.
You can find a copy of the license in the LICENSE file.

About

4NXCI is a tool for converting XCI(NX Card Image) files to NSP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 86.7%
  • Shell 6.4%
  • C++ 3.4%
  • Perl 1.5%
  • Makefile 1.0%
  • CMake 0.5%
  • Other 0.5%