Commit Graph

154 Commits

Author SHA1 Message Date
Lillian Skinner
adfc7d6c45
Merge pull request #3 from NinjaCheetah/master
feat: Add workflow to automatically build devsigned SRL and TAD
2024-08-16 03:20:28 -04:00
NinjaCheetah
e34911cf05
Update build.yml 2024-08-16 03:07:43 -04:00
NinjaCheetah
95261ba5b4
Update build.yml 2024-08-16 03:01:27 -04:00
NinjaCheetah
bc01aa1880
Update build.yml 2024-08-16 02:58:58 -04:00
NinjaCheetah
9238711b3e
Update build.yml 2024-08-16 02:55:06 -04:00
NinjaCheetah
37c7af3136
Update build.yml 2024-08-16 02:51:54 -04:00
NinjaCheetah
5d981e4317
Update build.yml 2024-08-16 02:48:19 -04:00
NinjaCheetah
4eafed393d
Update build.yml 2024-08-16 02:43:33 -04:00
NinjaCheetah
2ae316443e
Update build.yml 2024-08-16 02:30:50 -04:00
NinjaCheetah
9794ebc784
Update build.yml 2024-08-16 02:24:28 -04:00
NinjaCheetah
58a662b23e
Update build.yml 2024-08-16 02:17:51 -04:00
NinjaCheetah
f802636230
Update build.yml 2024-08-16 02:15:05 -04:00
NinjaCheetah
492cdddc04
Update build.yml 2024-08-16 02:12:16 -04:00
NinjaCheetah
0fa509e5fd
Update build.yml 2024-08-16 02:09:11 -04:00
NinjaCheetah
c95212e38c
Update build.yml 2024-08-16 02:00:27 -04:00
Lillian Skinner
4fc1756ab7 Use legit tickets instead of forging 2024-07-02 04:24:52 -04:00
Lillian Skinner
b5bcd7123c Add support for data titles
Still need to do ticket verification for sysmenuVersion to work. Settings can't boot otherwise.
2024-07-02 03:00:03 -04:00
Lillian Skinner
adad8088bd
Fixed version display 2024-04-14 14:17:12 -04:00
Lillian Skinner
1f88bb7674
Merge pull request #2 from rolfiee/master
fix typo
2024-04-05 10:33:07 -04:00
Rolfie
afd6364d09
fix typo 2024-04-05 16:30:20 +02:00
Lillian Skinner
b5892b7905
Credits 2024-04-05 10:27:38 -04:00
rmc
7d949b8023
Update readme 2024-04-05 09:55:15 -04:00
Lillian Skinner
0ebb1eda5e
Merge pull request #1 from rvtr/TwlArchiveData
TAD support
2024-04-05 01:54:20 -04:00
rmc
a7a16b59e1
Fix broken header bug
PolarSSL overwrites the IVs and breaks anything past the first install.

Here the content IV was overwritten, so the first 16 bytes could not be decrypted properly. Should be the last issue for this.
2024-04-05 01:42:41 -04:00
rmc
de6ccd9f60
Add prod and updater (debugger) support 2024-04-05 00:41:23 -04:00
rmc
4e84d280f6
Fix mismatched TMD app name and installed app name 2024-04-04 02:41:00 -04:00
rmc
6786ee2cea
TADs now install! 2024-04-02 11:39:34 -04:00
rmc
aea4371a6a
Full TAD extraction and decryption 2024-04-01 21:27:36 -04:00
rmc
7c767e5bcf
Proper title key decryption but with horrible code
I don't care that I have duplicate code and stuff that I'm not using. I just want to commit a working version because this took me a whole fucking day.
2024-03-31 01:02:35 -04:00
rmc
5eab2d4e77
Get SRL encrypted title key and IV 2024-03-30 14:48:19 -04:00
rmc
907c2fec9b
TAD header reading + file extraction
Shockingly it works.
2024-03-29 01:13:08 -04:00
Lillian Skinner
f58f054162
Update main.c 2024-03-14 01:19:18 -04:00
Pk11
3194f199af
Update README credits 2023-12-25 14:26:35 -06:00
Pk11
b535f3e26f Update credits 2023-12-25 14:20:56 -06:00
Pk11
9738bb9ffc Remove Unlaunch requirement 2023-12-25 14:20:46 -06:00
Pk11
ff8b0c3b30
Merge pull request #3 from rvtr/master
Allow more types of titles to be installed
2023-12-23 14:43:27 -06:00
Lillian Skinner
5e6c763c9e
Update arm9/src/install.c
Co-authored-by: Pk11 <pk11@outlook.jp>
2023-12-23 14:22:14 -05:00
rmc
b835275f17
Welp, broke that promise pretty damn fast. 2023-11-24 17:27:07 -05:00
rmc
82acb444f2
Final commit, I pinky promise.
Sorry for all the commits!
I don't know C and don't have devkitarm set up, so I'm guessing and relying on github actions.
This should be the final thing though.
2023-11-24 17:16:46 -05:00
rmc
939e25758e
Oh so that's how operators work 2023-11-24 16:55:32 -05:00
rmc
85dff8ccd0
Mistake
Can you tell I don't do much programming? lol
2023-11-24 16:37:12 -05:00
rmc
347371c66a
Fix home menu error
- The home menu cannot be installed as a normal DSiWare title. Only allow it to be installed as a home menu, or a system title.
- Fix (hopefully) Download Play, PictoChat, and TwlNmenu from being listed in "Titles" option
- Add TWL EVA to install blocklist as it uses `00030011`
2023-11-24 16:26:40 -05:00
rmc
70869549a9
Add SystemUpdater to blocklist
iirc one or two versions of TWL SystemUpdater can fit within the NAND. Definitely block it in case.
2023-11-05 12:33:43 -05:00
rmc
4a3c9a0945
Allow more types of titles to be installed
- Allow dev apps with special TID to install (0x00030011)
- Patch dev titles to be system
- Add TwlNmenu to blacklist as it is potentially unsafe. See https://randommeaninglesscharacters.com/dsidev/twlnmenu.html

- Allow all region content to be installed
- Add all region PictoChat and Download Play to blacklist

- Allow different region Launcher to be installed
2023-11-05 01:28:19 -04:00
Pk11
a794c64424 Fix git not working 2023-04-17 12:20:40 -05:00
Pk11
b56deb2a59 Fix app size calculation 2023-04-16 11:34:03 -05:00
Pk11
7ca8bd1a7c Offer to fix FAT copy mismatch when Unlaunch not found
- Fixes #1
2023-03-11 20:29:22 -06:00
Pk11
4004fcae9d Disable running without Unlaunch 2023-03-10 07:23:00 -06:00
Pk11
50d1e69e02 Fix typo 2022-10-21 01:31:57 -05:00
Pk11
9eea90b130 Fix null pointer dereference crash 2022-10-16 11:15:27 -05:00