mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
NANDアプリの製品版システムコール復号化。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1812 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
c58dcf986c
commit
1f5b8412fd
@ -164,6 +164,8 @@ void HOTSW_SetBootSegmentBuffer(void* buf, u32 size);
|
||||
|
||||
// Secure Segment バッファの指定
|
||||
void HOTSW_SetSecureSegmentBuffer(ModeType type ,void* buf, u32 size);
|
||||
// 上記のバッファ非クリアバージョン
|
||||
void HOTSWi_SetSecureSegmentBuffer(ModeType type ,void* buf, u32 size);
|
||||
|
||||
// ISデバッガ上で動作しているか?
|
||||
BOOL HOTSWi_IsRunOnDebugger(void);
|
||||
@ -174,7 +176,12 @@ BOOL HOTSWi_IsRomEmulation(void);
|
||||
// デバッガ通信用にカードスロットの電源をONにする。
|
||||
void HOTSWi_TurnCardPowerOn(u32 slot);
|
||||
|
||||
// カードワーク取得
|
||||
void *HOTSWi_GetCardBootData(void);
|
||||
|
||||
#ifdef USE_WRAM_LOAD
|
||||
// NANDアプリ用KeyTableの生成
|
||||
void HOTSWi_MakeBlowfishTableDSForNAND(void);
|
||||
// 引数で与えられたバッファから2KB分の領域をBlowfishで復号化する
|
||||
BOOL HOTSW_DecryptObjectFile(void* dest);
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user