# nstool **Repository Path**: dnasdw/nstool ## Basic Information - **Project Name**: nstool - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nstool ## History - v1.0.0 @ 2018.07.01 - Support romfs - v1.0.1 @ 2018.08.27 - Support nso - v1.0.2 @ 2019.04.03 - Fix nso hash - v1.0.3 @ 2019.04.21 - Support extract and create nso - v1.0.4 @ 2019.05.25 - Fix remap ignore invalid ## Platforms - Windows - Linux - macOS ## Building ### Dependencies - cmake - libiconv - openssl-devel / libssl-dev ### Compiling - make 64-bit version ~~~ mkdir build cd build cmake -DUSE_DEP=OFF .. make ~~~ - make 32-bit version ~~~ mkdir build cd build cmake -DBUILD64=OFF -DUSE_DEP=OFF .. make ~~~ ### Installing ~~~ make install ~~~ ## Usage ~~~ nstool [option...] [option]... ~~~ ## Options See `nstool --help` messages.