More actions
NSP Version patcher | |
---|---|
General | |
Author | rrocha |
Type | PC Utilities |
Version | 2018 |
License | Mixed |
Last Updated | 2018/08/01 |
Links | |
Download | |
Website | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
An NSP in-place firmware version patcher. No unpacking, no repacking, directly on your NSP.
It's blazing fast due to the re-use of some of the hactool code in order to obtain direct file offset, hence speeding up the pattern search.
User guide
It uses the same method as described here.
Depends only on Boost library.
g++ yourcode.cpp -lboost_system -lboost_iostreams -std=c++11
Note: Use with caution, backup your files first.
Changelog
2018/08/01
- Updated to use direct access to the XML file offset.
- Attaching pre-compile x64 MacOS version.
Credits
Big shout to @SciresM for hactool.