Commit Graph

165 Commits

Author SHA1 Message Date
shchmue
7a486e547e se: Use descriptive defines 2019-12-07 15:41:42 -07:00
shchmue
aac874f7a3 v1.7.1: Heap bugfix, add payload chainloading 2019-10-31 21:08:58 -06:00
shchmue
fc87643922 heap: Revert problematic size calculation
Minor heap fragmentation was not worth preventing
2019-10-31 16:46:36 -06:00
shchmue
e578e09ff9 v1.7.0: Titlekey save parsing, memory bugfixes 2019-10-28 09:56:38 -06:00
shchmue
6ad7192199 Move key offsets to struct for cleaner code 2019-10-28 09:54:01 -06:00
shchmue
1c82665901 Parse ES saves right, vastly improve titlekey time 2019-10-26 20:29:36 -06:00
shchmue
1feb83f1dc heap: Fix calloc memset, end node max size on free 2019-10-25 22:01:23 -06:00
shchmue
5d44ef0af6 se: Hardcode internal se vars, add HMAC-SHA256 2019-10-25 21:48:29 -06:00
shchmue
5f100fef8a nx_emmc: Fix nested loop with same variable 2019-10-25 12:04:03 -06:00
shchmue
a5bb071927 keys: Fix potential memory leak in _nca_process 2019-10-25 11:59:34 -06:00
shchmue
dbc86a6699 keys: Ensure SD mount before writing key buffer 2019-10-25 11:57:59 -06:00
shchmue
86f2a63fb7 keys: Fix failure to free decompressed kip1 2019-10-25 11:56:06 -06:00
shchmue
535a2d97f2 keys: Validate storage init 2019-10-25 11:54:57 -06:00
shchmue
d946ade94b kfuse: Fix missing include 2019-10-25 11:46:10 -06:00
shchmue
472aa1665e sept: Prevent memory leak 2019-10-25 11:44:51 -06:00
shchmue
2d4ffd2965 diskio: Alloc xts enc, don't realloc sector cache 2019-10-25 11:43:11 -06:00
shchmue
b468026540 heap: Prevent node chain collapse on free 2019-10-25 11:41:30 -06:00
shchmue
e5849e3ab2 Remove invalid free for this use case 2019-10-25 10:05:57 -06:00
shchmue
28f4190076 Compile as Thumb to reduce binary size 2019-10-22 11:22:55 -06:00
shchmue
76a13c85fa Remove "Os" pragmas, merge hekate changes 2019-10-22 11:22:26 -06:00
shchmue
eee656bb34 Add missing file for KFuse fix 2019-10-22 11:18:05 -06:00
shchmue
b5e932755a Remove wait for button press before reboot to Sept 2019-10-22 11:16:32 -06:00
shchmue
3ea82573e0 Add wait for KFuse init to prevent wrong TSEC key 2019-10-22 11:15:59 -06:00
shchmue
8c2aa76fd0 v1.6.4: Skip f_mkdir validation altogether 2019-10-21 11:06:39 -06:00
shchmue
340a256518 Fix the f_mkdir fix 2019-10-15 11:14:14 -06:00
shchmue
ee1a3e08ae Fix bad f_mkdir check skipping file save 2019-10-15 11:11:47 -06:00
shchmue
d4fa066854 Bump version to v1.6.2 2019-10-15 10:26:42 -06:00
shchmue
d890616c33 Fix function name typo 2019-10-15 10:25:20 -06:00
shchmue
5d1386cc10 Validate more file I/O calls 2019-10-07 13:18:14 -06:00
shchmue
0024f049b6 Add new FS keys for LibHac, ff.c -> thumb 2019-10-06 18:41:20 -06:00
shchmue
3b6f356460 Update readme 2019-09-29 23:12:23 -06:00
shchmue
21e8ca6204 Fixed key save buffer non-zero init error 2019-09-29 23:07:05 -06:00
shchmue
9ceb56f743 Bump version to v1.6.0 2019-09-27 16:31:43 -06:00
shchmue
d6105b95e1 Add key generation to menu and fix repeat dump bug 2019-09-27 16:30:44 -06:00
shchmue
035134f36e Add titlekey dumping and Minerva 2019-09-25 12:18:08 -06:00
shchmue
4a205a8720 Bump version to v1.5.0 2019-09-17 10:24:43 -06:00
shchmue
1f2f0c433e Fix trailing whitespace 2019-09-17 10:03:41 -06:00
shchmue
250f068211 Add menu and option to dump keys from emuMMC 2019-09-17 09:51:30 -06:00
shchmue
19796e486c Add hekate cfg and color incrementing 2019-09-16 22:18:41 -06:00
shchmue
6540ddc24b Fix bis key generation for newer hardware 2019-09-15 19:30:42 -06:00
shchmue
2c79f8c660 Bump version to v1.4.0 2019-09-14 22:20:47 -06:00
shchmue
82bea6be8f Add BPMP overclock, add hekate fixes, fix sprintf 2019-09-14 22:16:10 -06:00
shchmue
34890f0025 Add support for 9.0.0, new Sept, and master_key_09 2019-09-14 21:37:43 -06:00
shchmue
ffc4c4281f Update Sept instructions in README 2019-07-04 22:11:49 -06:00
shchmue
a376837886 Bump version to v1.3.0 2019-06-19 18:58:42 -04:00
shchmue
54d14196e0 Add support for 8.1.0, new Sept, and master_key_08 2019-06-19 18:16:02 -04:00
shchmue
0b2442fb8e Bump version to v1.2.0 2019-05-31 12:58:17 -04:00
shchmue
7a50772703 Fit SD seed messaging on single lines 2019-05-31 12:57:46 -04:00
shchmue
abc2c85864 Respect IRAM stack in diskio.c 2019-05-31 12:57:11 -04:00
shchmue
dae4c72910 Support pkg1+pkg2 mismatch and "dev.keys" filename 2019-05-18 11:08:34 -04:00