1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-09 13:41:45 +00:00
TegraExplorer/Modified BDK files.md

23 lines
515 B
Markdown
Raw Permalink Normal View History

2022-01-22 00:59:17 +00:00
For future reference if updating the BDK
// TODO: memory map(?)
2022-01-22 00:59:17 +00:00
## /bdk/sec/SE.c&h
- Added se_aes_cmac
2022-01-22 14:56:31 +00:00
- Added se_calc_hmac_sha256
2022-01-22 00:59:17 +00:00
## /bdk/usb
- Removed entirely
## /bdk/storage/sd.c
- in sd_file_read(), extend read buffer by 1 and place a NULL byte at the end
## /bdk/libs/fatfs/ff.c&h
- Added f_fdisk_mod
- Stubbed exfat partition creation
## /bdk/utils/ini.c
- Added initial 'unknown' section to parse prod.keys
## /bdk/libs
- Added nx-savedata from [Lockpick_RCM](https://github.com/shchmue/Lockpick_RCM)