More actions
(Created page with "{{Infobox Switch Homebrews |title=NSP Verifier |image=nspverifierswitch.png |description=NSP Verifier is a NSP verifier it verifies NSP. |author=garoxas |lastupdated=2018/08/28 |type=Utilities |version=2018 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/nspverifierswitch.7z |website=https://github.com/garoxas/NSP-Verifier |source=https://github.com/garoxas/NSP-Verifier |donation= }} {{#seo: |title=Switch Homebrew Apps (Utilities) - GameBrew |title_mod...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=NSP Verifier | |title=NSP Verifier | ||
|image= | |image=nspverifiernx.png | ||
|description=NSP Verifier is a NSP verifier it verifies NSP. | |description=NSP Verifier is a NSP verifier it verifies NSP. | ||
|author=garoxas | |author=garoxas | ||
|lastupdated=2018/08/28 | |lastupdated=2018/08/28 | ||
|type=Utilities | |type=PC Utilities | ||
|version=2018 | |version=2018 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nspverifiernx.7z | ||
|website=https://github.com/garoxas/NSP-Verifier | |website=https://github.com/garoxas/NSP-Verifier | ||
|source=https://github.com/garoxas/NSP-Verifier | |source=https://github.com/garoxas/NSP-Verifier | ||
|donation= | |donation= | ||
}} | }} | ||
A Python script for verifying NSP. | |||
==User guide== | |||
<pre> | |||
usage: NSP_Verifier.py [-h] [--quiet] file | |||
positional arguments: | |||
file NSP file | |||
== | optional arguments: | ||
-h, --help show this help message and exit | |||
--quiet, -q Do not display verbose log | |||
</pre> | |||
==Credits== | |||
tunip3 for descriptive description idea. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/garoxas/NSP-Verifier | ||
* | * GBAtemp - https://gbatemp.net/threads/nsp-verifier.522646/post-8367249 | ||
Revision as of 07:13, 27 April 2023
NSP Verifier | |
---|---|
General | |
Author | garoxas |
Type | PC Utilities |
Version | 2018 |
License | Mixed |
Last Updated | 2018/08/28 |
Links | |
Download | |
Website | |
Source | |
A Python script for verifying NSP.
User guide
usage: NSP_Verifier.py [-h] [--quiet] file positional arguments: file NSP file optional arguments: -h, --help show this help message and exit --quiet, -q Do not display verbose log
Credits
tunip3 for descriptive description idea.