mirror of
https://github.com/jakcron/nstool
synced 2024-11-22 21:49:30 +00:00
[nstool] Update readme.
This commit is contained in:
parent
4499dd06a0
commit
b5de79235a
1 changed files with 7 additions and 1 deletions
|
@ -10,6 +10,8 @@ General purpose reading/extraction tool for Nintendo Switch file formats.
|
||||||
* Content Metadata (.cnmt)
|
* Content Metadata (.cnmt)
|
||||||
* Nintendo Software Object (.nso)
|
* Nintendo Software Object (.nso)
|
||||||
* Nintendo Relocatable Software Object (.nro)
|
* Nintendo Relocatable Software Object (.nro)
|
||||||
|
* Kernel Initial Process List (.ini)
|
||||||
|
* Kernel Initial Process (.kip)
|
||||||
* Nintendo Application Control Property (.nacp)
|
* Nintendo Application Control Property (.nacp)
|
||||||
* ES Ticket (v2 only) (.tik)
|
* ES Ticket (v2 only) (.tik)
|
||||||
* PKI Certificate (.cert)
|
* PKI Certificate (.cert)
|
||||||
|
@ -21,7 +23,7 @@ Usage: nstool [options... ] <file>
|
||||||
General Options:
|
General Options:
|
||||||
-d, --dev Use devkit keyset.
|
-d, --dev Use devkit keyset.
|
||||||
-k, --keyset Specify keyset file.
|
-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.
|
-y, --verify Verify file.
|
||||||
|
|
||||||
Output Options:
|
Output Options:
|
||||||
|
@ -60,6 +62,10 @@ Usage: nstool [options... ] <file>
|
||||||
--listsym Print Code Symbols.
|
--listsym Print Code Symbols.
|
||||||
--insttype Specify instruction type [64bit|32bit] (64bit is assumed).
|
--insttype Specify instruction type [64bit|32bit] (64bit is assumed).
|
||||||
|
|
||||||
|
INI (Initial Process List Blob)
|
||||||
|
nstool [--kipdir <dir>] <file>
|
||||||
|
--kipdir Extract embedded KIPs to directory.
|
||||||
|
|
||||||
ASET (Homebrew Asset Blob)
|
ASET (Homebrew Asset Blob)
|
||||||
nstool [--listfs] [--icon <file> --nacp <file> --fsdir <dir>] <file>
|
nstool [--listfs] [--icon <file> --nacp <file> --fsdir <dir>] <file>
|
||||||
--listfs Print filesystem in embedded RomFS partition.
|
--listfs Print filesystem in embedded RomFS partition.
|
||||||
|
|
Loading…
Reference in a new issue