├── README.md ├── SAK_32bit ├── SAK.exe ├── bin │ ├── 4nxci.exe │ ├── 4nxci_LICENSE │ ├── fw_nca_mapping.csv │ ├── guiformat.exe │ ├── hacbrewpack.exe │ ├── hacbrewpack_LICENSE │ ├── hactool.exe │ ├── hactoolnet.exe │ ├── hptnacp.exe │ ├── nro_fw_NintendoLogo.png │ ├── nro_fw_StartupMovie.gif │ ├── nro_fw_main │ ├── nro_fw_main.npdm │ ├── renxpack.exe │ ├── renxpack_LICENSE │ └── squirrel.exe └── liesmich_readme.txt ├── SAK_64bit ├── SAK.exe ├── bin │ ├── 4nxci.exe │ ├── 4nxci_LICENSE │ ├── fw_nca_mapping.csv │ ├── guiformat.exe │ ├── hacbrewpack.exe │ ├── hacbrewpack_LICENSE │ ├── hactool.exe │ ├── hactoolnet.exe │ ├── hptnacp.exe │ ├── nro_fw_NintendoLogo.png │ ├── nro_fw_StartupMovie.gif │ ├── nro_fw_main │ ├── nro_fw_main.npdm │ ├── renxpack.exe │ ├── renxpack_LICENSE │ └── squirrel.exe └── liesmich_readme.txt ├── updates32.txt └── updates64.txt /README.md: -------------------------------------------------------------------------------- 1 | # SAK 2 | Switch Army Knife (SAK) 3 | 4 | **PROJECT IS CLOSED, NO MORE UNDER MAINTENANCE** 5 | 6 | **I WILL STOP ALL MY WORK FOR ALL PROJECTS** 7 | 8 | **THANKS FOR THE TIME** 9 | 10 | **You can always replace the binaries in the bin folder. 11 | As soon as there are updates. This should work in most cases** 12 | 13 | ![SAK_by_kempa_main](https://user-images.githubusercontent.com/11005072/142914512-e4a65c84-0b3e-4668-a933-faa42b3f861b.png) 14 | 15 | With Switch Army Knife you can easily juggle XCI / NSP content from your switch. 16 | 17 | - Patch XCI 18 | - Split / merge XCI 19 | - Update XCI with game update and dlc's 20 | - Convert XCI to NSP 21 | - Compress XCI to XCZ 22 | - Decompress XCZ to XCI 23 | - Extract Firmware from XCI 24 | - Patch NSP 25 | - Split / merge NSP 26 | - Update NSP with game update and dlc's 27 | - Convert NSP to XCI 28 | - Compress NSP to NSZ 29 | - Decompress NSZ to NSP 30 | - Extracting Switch savegames which you have copied from your User partition 31 | - Create NRO forwarder as installable NSP file 32 | - Format the SD card in FAT32 33 | 34 | ## Copyright: 35 | The code was completely developed by me. 36 | So the tool can be published completely free and legal! 37 | 38 | ## Virus reports from SAK 39 | It's a false positive. 40 | SAK.exe is completely free of virus or other malware. 41 | It nothing collect / share or do anything else. 42 | 43 | Reports: 44 | 32 Bit Version: 45 | https://www.virustotal.com/gui/file/4ab48c10dd6e069f391f8a171a5d6991a516f4201ff158268a2d60781a7c9530/detection 46 | 47 | 64 Bit Version: 48 | https://www.virustotal.com/gui/file/781144c5d04c609ac86c5ddbdf2b2dcd1af98ebd08f8b7cc0093bb2cc2d940eb/detection 49 | 50 | Report it to your AV manufacturer. 51 | Temporary add it to the ignore list of your AV tool. 52 | If you are unsure: 53 | You can also run it on a single minimal windows vm like virtualbox with nothing else installed. 54 | 55 | ### Prerequisite for this: 56 | 57 | The 7zip archive must not be changed 58 | Always with reference to the original forum thread (see Link below) 59 | 60 | ## Important notices: (included tools that are not from me): 61 | ### 4NXCI (4nxci.exe) 62 | The respect goes to The-4n and SciresM for developing and providing the tool. 63 | Source: https://github.com/The-4n/4NXCI 64 | 65 | ### hacBrewPack / hptnacp (hacbrewpack.exe / hptnacp.exe) - The respect goes to The-4n for developing and providing the tool. 66 | Source: https://github.com/The-4n/hacBrewPack 67 | 68 | ### switchbrew (nx-hbloader) - The respect goes to switchbrew Team, R-YaTian and HookedBehemoth for developing and providing the nx-hbloader/forks. 69 | Source: https://github.com/switchbrew/nx-hbloader 70 | Source: https://github.com/R-YaTian/nro-forwarder 71 | Source: https://github.com/HookedBehemoth/nx-hbloader 72 | Source: https://github.com/dezem/nx-hbloader 73 | 74 | ### FAT32 Format (guiformat.exe) 75 | Thanks goes to Ridgecrop Consultants Ltd for FAT32 Format as GUI version 76 | Source: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm 77 | 78 | ### hactool (hactool.exe) 79 | The respect goes to SciresM for developing and providing the tool. 80 | Source: https://github.com/SciresM/hactool 81 | 82 | ### NSC_BUILDER (squirrel.exe) 83 | The respect goes to julesontheroad for developing and providing the tool. 84 | Source: https://github.com/julesontheroad/NSC_BUILDER 85 | 86 | ### LibHac (hactoolnet.exe) 87 | The respect goes to Thealexbarney for developing and providing the tool. 88 | https://github.com/Thealexbarney 89 | 90 | ### reNXpack (renxpack.exe) 91 | The respect goes to The-4n and SciresM for developing and providing the tool. 92 | Source: https://github.com/The-4n/reNXpack 93 | 94 | 95 | 96 | More details at https://psxtools.de/index.php/Thread/77281 97 | -------------------------------------------------------------------------------- /SAK_32bit/SAK.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/SAK.exe -------------------------------------------------------------------------------- /SAK_32bit/bin/4nxci.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/4nxci.exe -------------------------------------------------------------------------------- /SAK_32bit/bin/4nxci_LICENSE: -------------------------------------------------------------------------------- 1 | ISC License 2 | 3 | Copyright for portions of project 4NXCI are held by (c) 2018, SciresM as part of project hactool. All other copyright for project 4NXCI are held by (c) 2018, The-4n. 4 | 5 | Permission to use, copy, modify, and/or distribute this software for any 6 | purpose with or without fee is hereby granted, provided that the above 7 | copyright notice and this permission notice appear in all copies. 8 | 9 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 | -------------------------------------------------------------------------------- /SAK_32bit/bin/fw_nca_mapping.csv: -------------------------------------------------------------------------------- 1 | 1.0.0;117f7b9c7da3e8cef02340596af206b3 2 | 2.0.0;7a1f79f8184d4b9bae1755090278f52c 3 | 2.1.0;e9b3e75fce00e52fe646156634d229b4 4 | 2.2.0;7f90353dff2d7ce69e19e07ebc0d5489 5 | 2.3.0;d1c991c53a8a9038f8c3157a553d876d 6 | 3.0.0;7bef244b45bf63efb4bf47a236975ec6 7 | 3.0.1;9a78e13d48ca44b1987412352a1183a1 8 | 3.0.2;704129fc89e1fcb85c37b3112e51b0fc 9 | 4.0.0;f99ac61b17fdd5ae8e4dda7c0b55132a 10 | 4.0.1;d0e5d20e3260f3083bcc067483b71274 11 | 4.1.0;77e1ae7661ad8a718b9b13b70304aeea 12 | 5.0.0;faa857ad6e82f472863e97f810de036a 13 | 5.0.1;7f5529b7a092b77bf093bdf2f9a3bf96 14 | 5.0.2;c5758b0cb8c6512e8967e38842d35016 15 | 5.1.0;fce3b0ea366f9c95fe6498b69274b0e7 16 | 6.0.0;258c1786b0f6844250f34d9c6f66095b 17 | 6.0.1;663e74e45ffc86fbbaeb98045feea315 18 | 6.1.0;1d21680af5a034d626693674faf81b02 19 | 6.2.0;6dfaaf1a3cebda6307aa770d9303d9b6 20 | 7.0.0;c613bd9660478de69bc8d0e2e7ea9949 21 | 7.0.1;e6b22c40bb4fa66a151f1dc8db5a7b5c 22 | 8.0.0;4fe7b4abcea4a0bcc50975c1a926efcb 23 | 8.0.1;6c5426d27c40288302ad616307867eba 24 | 8.1.0;7eedb7006ad855ec567114be601b2a9d 25 | 9.0.0;a6af05b33f8f903aab90c8b0fcbcc6a4 26 | 9.0.1;fd1ffb82dc1da76346343de22edbc97c 27 | 9.1.0;c5fbb49f2e3648c8cfca758020c53ecb 28 | 9.2.0;09ef4d92bb47b33861e695ba524a2c17 29 | 10.0.0;5625cdc21d5f1ca52f6c36ba261505b9 30 | 10.0.1;36ab1acf0c10a2beb9f7d472685f9a89 31 | 10.0.2;e951bc9dedcd54f65ffd83d4d050f9e0 32 | 10.0.3;5b1df84f88c3334335bbb45d8522cbb4 33 | 10.0.4;34728c771299443420820d8ae490ea41 34 | 10.1.0;fd1faed0ca750700d254c0915b93d506 35 | 10.1.1;5077973537f6735b564dd7475b779f87 36 | 10.2.0;26325de4db3909e0ef2379787c7e671d 37 | 11.0.0;594c90bcdbcccad6b062eadba0cd0e7e 38 | 11.0.1;56211c7a5ed20a5332f5cdda67121e37 39 | 12.0.0;bd4185843550fbba125b20787005d1d2 40 | 12.0.1;e65114b456f9d0b566a80e53bade2d89 41 | 12.0.2;63d928b5a3016fe8cc0e76d2f06f4e98 42 | 12.0.3;a1863a5c0e1cedd442f5e60b0422dc15 43 | 12.1.0;9d9d83d68d9517f245f3e8cd7f93c416 44 | 13.0.0;bf2337ee88bd9f963a33b3ecbbc3732a 45 | 13.1.0;e9a8046639a10d656ea0e92254d7b8f6 46 | 13.2.0;6ab4d9b617765d1a40fba67fea5fc544 47 | 13.2.1;9eb7dd136e156361dc6368f812175e90 48 | 14.0.0;d61042295220d7ac450d6ec839123700 49 | 14.1.0;db493a87efd5f3b5b5d539c4d8f92f4e -------------------------------------------------------------------------------- /SAK_32bit/bin/guiformat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/guiformat.exe -------------------------------------------------------------------------------- /SAK_32bit/bin/hacbrewpack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/hacbrewpack.exe -------------------------------------------------------------------------------- /SAK_32bit/bin/hacbrewpack_LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | 294 | Copyright (C) 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | , 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /SAK_32bit/bin/hactool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/hactool.exe -------------------------------------------------------------------------------- /SAK_32bit/bin/hactoolnet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/hactoolnet.exe -------------------------------------------------------------------------------- /SAK_32bit/bin/hptnacp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/hptnacp.exe -------------------------------------------------------------------------------- /SAK_32bit/bin/nro_fw_NintendoLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/nro_fw_NintendoLogo.png -------------------------------------------------------------------------------- /SAK_32bit/bin/nro_fw_StartupMovie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/nro_fw_StartupMovie.gif -------------------------------------------------------------------------------- /SAK_32bit/bin/nro_fw_main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/nro_fw_main -------------------------------------------------------------------------------- /SAK_32bit/bin/nro_fw_main.npdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/nro_fw_main.npdm -------------------------------------------------------------------------------- /SAK_32bit/bin/renxpack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/renxpack.exe -------------------------------------------------------------------------------- /SAK_32bit/bin/renxpack_LICENSE: -------------------------------------------------------------------------------- 1 | ISC License 2 | 3 | Copyright for portions of project reNXpack are held by (c) 2018-2019, SciresM as part of project hactool. All other copyright for project reNXpack are held by (c) 2019, The-4n. 4 | 5 | Permission to use, copy, modify, and/or distribute this software for any 6 | purpose with or without fee is hereby granted, provided that the above 7 | copyright notice and this permission notice appear in all copies. 8 | 9 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 | -------------------------------------------------------------------------------- /SAK_32bit/bin/squirrel.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/bin/squirrel.exe -------------------------------------------------------------------------------- /SAK_32bit/liesmich_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_32bit/liesmich_readme.txt -------------------------------------------------------------------------------- /SAK_64bit/SAK.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/SAK.exe -------------------------------------------------------------------------------- /SAK_64bit/bin/4nxci.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/4nxci.exe -------------------------------------------------------------------------------- /SAK_64bit/bin/4nxci_LICENSE: -------------------------------------------------------------------------------- 1 | ISC License 2 | 3 | Copyright for portions of project 4NXCI are held by (c) 2018, SciresM as part of project hactool. All other copyright for project 4NXCI are held by (c) 2018, The-4n. 4 | 5 | Permission to use, copy, modify, and/or distribute this software for any 6 | purpose with or without fee is hereby granted, provided that the above 7 | copyright notice and this permission notice appear in all copies. 8 | 9 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 | -------------------------------------------------------------------------------- /SAK_64bit/bin/fw_nca_mapping.csv: -------------------------------------------------------------------------------- 1 | 1.0.0;117f7b9c7da3e8cef02340596af206b3 2 | 2.0.0;7a1f79f8184d4b9bae1755090278f52c 3 | 2.1.0;e9b3e75fce00e52fe646156634d229b4 4 | 2.2.0;7f90353dff2d7ce69e19e07ebc0d5489 5 | 2.3.0;d1c991c53a8a9038f8c3157a553d876d 6 | 3.0.0;7bef244b45bf63efb4bf47a236975ec6 7 | 3.0.1;9a78e13d48ca44b1987412352a1183a1 8 | 3.0.2;704129fc89e1fcb85c37b3112e51b0fc 9 | 4.0.0;f99ac61b17fdd5ae8e4dda7c0b55132a 10 | 4.0.1;d0e5d20e3260f3083bcc067483b71274 11 | 4.1.0;77e1ae7661ad8a718b9b13b70304aeea 12 | 5.0.0;faa857ad6e82f472863e97f810de036a 13 | 5.0.1;7f5529b7a092b77bf093bdf2f9a3bf96 14 | 5.0.2;c5758b0cb8c6512e8967e38842d35016 15 | 5.1.0;fce3b0ea366f9c95fe6498b69274b0e7 16 | 6.0.0;258c1786b0f6844250f34d9c6f66095b 17 | 6.0.1;663e74e45ffc86fbbaeb98045feea315 18 | 6.1.0;1d21680af5a034d626693674faf81b02 19 | 6.2.0;6dfaaf1a3cebda6307aa770d9303d9b6 20 | 7.0.0;c613bd9660478de69bc8d0e2e7ea9949 21 | 7.0.1;e6b22c40bb4fa66a151f1dc8db5a7b5c 22 | 8.0.0;4fe7b4abcea4a0bcc50975c1a926efcb 23 | 8.0.1;6c5426d27c40288302ad616307867eba 24 | 8.1.0;7eedb7006ad855ec567114be601b2a9d 25 | 9.0.0;a6af05b33f8f903aab90c8b0fcbcc6a4 26 | 9.0.1;fd1ffb82dc1da76346343de22edbc97c 27 | 9.1.0;c5fbb49f2e3648c8cfca758020c53ecb 28 | 9.2.0;09ef4d92bb47b33861e695ba524a2c17 29 | 10.0.0;5625cdc21d5f1ca52f6c36ba261505b9 30 | 10.0.1;36ab1acf0c10a2beb9f7d472685f9a89 31 | 10.0.2;e951bc9dedcd54f65ffd83d4d050f9e0 32 | 10.0.3;5b1df84f88c3334335bbb45d8522cbb4 33 | 10.0.4;34728c771299443420820d8ae490ea41 34 | 10.1.0;fd1faed0ca750700d254c0915b93d506 35 | 10.1.1;5077973537f6735b564dd7475b779f87 36 | 10.2.0;26325de4db3909e0ef2379787c7e671d 37 | 11.0.0;594c90bcdbcccad6b062eadba0cd0e7e 38 | 11.0.1;56211c7a5ed20a5332f5cdda67121e37 39 | 12.0.0;bd4185843550fbba125b20787005d1d2 40 | 12.0.1;e65114b456f9d0b566a80e53bade2d89 41 | 12.0.2;63d928b5a3016fe8cc0e76d2f06f4e98 42 | 12.0.3;a1863a5c0e1cedd442f5e60b0422dc15 43 | 12.1.0;9d9d83d68d9517f245f3e8cd7f93c416 44 | 13.0.0;bf2337ee88bd9f963a33b3ecbbc3732a 45 | 13.1.0;e9a8046639a10d656ea0e92254d7b8f6 46 | 13.2.0;6ab4d9b617765d1a40fba67fea5fc544 47 | 13.2.1;9eb7dd136e156361dc6368f812175e90 48 | 14.0.0;d61042295220d7ac450d6ec839123700 49 | 14.1.0;db493a87efd5f3b5b5d539c4d8f92f4e -------------------------------------------------------------------------------- /SAK_64bit/bin/guiformat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/guiformat.exe -------------------------------------------------------------------------------- /SAK_64bit/bin/hacbrewpack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/hacbrewpack.exe -------------------------------------------------------------------------------- /SAK_64bit/bin/hacbrewpack_LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | 294 | Copyright (C) 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | , 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /SAK_64bit/bin/hactool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/hactool.exe -------------------------------------------------------------------------------- /SAK_64bit/bin/hactoolnet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/hactoolnet.exe -------------------------------------------------------------------------------- /SAK_64bit/bin/hptnacp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/hptnacp.exe -------------------------------------------------------------------------------- /SAK_64bit/bin/nro_fw_NintendoLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/nro_fw_NintendoLogo.png -------------------------------------------------------------------------------- /SAK_64bit/bin/nro_fw_StartupMovie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/nro_fw_StartupMovie.gif -------------------------------------------------------------------------------- /SAK_64bit/bin/nro_fw_main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/nro_fw_main -------------------------------------------------------------------------------- /SAK_64bit/bin/nro_fw_main.npdm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/nro_fw_main.npdm -------------------------------------------------------------------------------- /SAK_64bit/bin/renxpack.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/renxpack.exe -------------------------------------------------------------------------------- /SAK_64bit/bin/renxpack_LICENSE: -------------------------------------------------------------------------------- 1 | ISC License 2 | 3 | Copyright for portions of project reNXpack are held by (c) 2018-2019, SciresM as part of project hactool. All other copyright for project reNXpack are held by (c) 2019, The-4n. 4 | 5 | Permission to use, copy, modify, and/or distribute this software for any 6 | purpose with or without fee is hereby granted, provided that the above 7 | copyright notice and this permission notice appear in all copies. 8 | 9 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 | -------------------------------------------------------------------------------- /SAK_64bit/bin/squirrel.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/bin/squirrel.exe -------------------------------------------------------------------------------- /SAK_64bit/liesmich_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dezem/SAK/fd1ffbdf3fbdca8435b08c216b4ac5aaee6f7795/SAK_64bit/liesmich_readme.txt -------------------------------------------------------------------------------- /updates32.txt: -------------------------------------------------------------------------------- 1 | 0x2e2c9fc487e0ce3d964627041ce98c94771d529b bin\4nxci.exe 2 | 0xe1530fe47f34bfb18c7c01ce60010c7ff80652dd bin\guiformat.exe 3 | 0x0baccd07aac5a73f31b39173b8ed50e9065b3164 bin\hactool.exe 4 | 0x9be937331cd20d1ae0bdbf7bfa5d469eeeaf8ca5 bin\hactoolnet.exe 5 | 0xdf5131a26c6b18506275ebacc6c64dd029a119dc bin\renxpack.exe 6 | 0x3bd253fef6a3827e0b338b0c2db7cbd5d587a526 bin\squirrel.exe 7 | 0x14776056840eb8480ef456bd31d39bdea98b2f8e bin\hacbrewpack.exe 8 | 0xfe1c6bb5735bda2b86dc0cbe261966aea9132c56 bin\hptnacp.exe 9 | 0x9646e1f3e30be08f68c542739e1d0c0548f0d82a bin\nro_fw_main 10 | 0x6a65901ec2aa474c2e7605483ddd15052d53ba0b bin\nro_fw_main.npdm 11 | 0xd86be480d755ebf69809d256318bfef17051ce8b bin\nro_fw_NintendoLogo.png 12 | 0xd96fd2e48964adea1464ede0a1290cf39119c657 bin\nro_fw_StartupMovie.gif 13 | 0x21fe8a2cb89ead5f4439a7ac46f24166f16253ef bin\4nxci_LICENSE 14 | 0x79cf7ce731d839627a849be837760ecb656041e3 bin\renxpack_LICENSE 15 | 0x4cc77b90af91e615a64ae04893fdffa7939db84c bin\hacbrewpack_LICENSE 16 | 0xdf2acb3f2b0190da467ef0f5644b1cfb548dc5a2 bin\fw_nca_mapping.csv 17 | 0x451ae3a1870776ab617858b3d3c3e9ff032ad689 liesmich_readme.txt 18 | 0xa9153aebdc0924f182cf0cf688d90de96f0eed16 SAK.exe 19 | -------------------------------------------------------------------------------- /updates64.txt: -------------------------------------------------------------------------------- 1 | 0xbed39feb44a60f583602516275ad1ac68318c7ca bin\4nxci.exe 2 | 0x12b87737a7d066ea82c2d3c3889015f037d1da29 bin\guiformat.exe 3 | 0x0baccd07aac5a73f31b39173b8ed50e9065b3164 bin\hactool.exe 4 | 0x9be937331cd20d1ae0bdbf7bfa5d469eeeaf8ca5 bin\hactoolnet.exe 5 | 0xd1e2f7948c516e046704d018a152e00a65fe71ea bin\renxpack.exe 6 | 0x331a9835b590b8e5ec7749842a4e2fc836f9ad52 bin\squirrel.exe 7 | 0x5c3c3f5b8af5df13e8ae6fee11b0c39579ca2fb3 bin\hacbrewpack.exe 8 | 0xfe1c6bb5735bda2b86dc0cbe261966aea9132c56 bin\hptnacp.exe 9 | 0x9646e1f3e30be08f68c542739e1d0c0548f0d82a bin\nro_fw_main 10 | 0x6a65901ec2aa474c2e7605483ddd15052d53ba0b bin\nro_fw_main.npdm 11 | 0xd86be480d755ebf69809d256318bfef17051ce8b bin\nro_fw_NintendoLogo.png 12 | 0xd96fd2e48964adea1464ede0a1290cf39119c657 bin\nro_fw_StartupMovie.gif 13 | 0x21fe8a2cb89ead5f4439a7ac46f24166f16253ef bin\4nxci_LICENSE 14 | 0x79cf7ce731d839627a849be837760ecb656041e3 bin\renxpack_LICENSE 15 | 0x4cc77b90af91e615a64ae04893fdffa7939db84c bin\hacbrewpack_LICENSE 16 | 0xdf2acb3f2b0190da467ef0f5644b1cfb548dc5a2 bin\fw_nca_mapping.csv 17 | 0x451ae3a1870776ab617858b3d3c3e9ff032ad689 liesmich_readme.txt 18 | 0xa9b542b46fdcab9c914cc28d57344e9979b11d5d SAK.exe 19 | --------------------------------------------------------------------------------