From b5de79235a13ecfb4edaf49e89a2a04bf5cef6ad Mon Sep 17 00:00:00 2001 From: jakcron Date: Tue, 6 Nov 2018 14:08:17 +0800 Subject: [PATCH] [nstool] Update readme. --- programs/nstool/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/programs/nstool/README.md b/programs/nstool/README.md index 2c1618e..4b46e3a 100644 --- a/programs/nstool/README.md +++ b/programs/nstool/README.md @@ -10,6 +10,8 @@ General purpose reading/extraction tool for Nintendo Switch file formats. * Content Metadata (.cnmt) * Nintendo Software Object (.nso) * Nintendo Relocatable Software Object (.nro) +* Kernel Initial Process List (.ini) +* Kernel Initial Process (.kip) * Nintendo Application Control Property (.nacp) * ES Ticket (v2 only) (.tik) * PKI Certificate (.cert) @@ -21,7 +23,7 @@ Usage: nstool [options... ] General Options: -d, --dev Use devkit keyset. -k, --keyset Specify keyset file. - -t, --type Specify input file type. [xci, pfs, romfs, nca, meta, cnmt, nso, nro, nacp, aset, cert, tik] + -t, --type Specify input file type. [xci, pfs, romfs, nca, meta, cnmt, nso, nro, ini, kip, nacp, aset, cert, tik] -y, --verify Verify file. Output Options: @@ -60,6 +62,10 @@ Usage: nstool [options... ] --listsym Print Code Symbols. --insttype Specify instruction type [64bit|32bit] (64bit is assumed). + INI (Initial Process List Blob) + nstool [--kipdir ] + --kipdir Extract embedded KIPs to directory. + ASET (Homebrew Asset Blob) nstool [--listfs] [--icon --nacp --fsdir ] --listfs Print filesystem in embedded RomFS partition.