mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:MRC機能のアクセスコントロール情報のチェック判定を修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@205 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
c8002cacab
commit
de0a3b4c83
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -593,14 +593,14 @@ void RCSrl::mrcAccessControl(FILE *fp)
|
||||
{
|
||||
this->hWarnList->Add( this->makeMrcError("GameCardNTRAccessSystem") );
|
||||
}
|
||||
if( this->pRomHeader->s.access_control.hw_aes_slot_A_SSLClientCert != 0 )
|
||||
{
|
||||
this->hWarnList->Add( this->makeMrcError("IllegalAccessSystem", "HW AES Slot A for the SSL client certification") );
|
||||
}
|
||||
if( !this->IsMediaNand && this->pRomHeader->s.access_control.hw_aes_slot_B_SignJPEGForUser != 0 )
|
||||
{
|
||||
this->hWarnList->Add( this->makeMrcError("IllegalAccessSystem", "HW AES SlotB (JPEG signature) for the user") );
|
||||
}
|
||||
if( this->pRomHeader->s.access_control.hw_aes_slot_A_SSLClientCert )
|
||||
{
|
||||
this->hWarnList->Add( this->makeMrcError("IllegalAccessSystem", "HW AES Slot A for the SSL client certification") );
|
||||
}
|
||||
if( this->pRomHeader->s.access_control.common_client_key_for_debugger_sysmenu != 0 )
|
||||
{
|
||||
this->hWarnList->Add( this->makeMrcError("IllegalAccessSystem", "Common Client Key for the debugger system menu") );
|
||||
@ -648,14 +648,14 @@ void RCSrl::mrcAccessControl(FILE *fp)
|
||||
{
|
||||
this->hErrorList->Add( this->makeMrcError("GameCardNTRAccessUser") );
|
||||
}
|
||||
if( this->pRomHeader->s.access_control.hw_aes_slot_A_SSLClientCert != 0 )
|
||||
{
|
||||
this->hErrorList->Add( this->makeMrcError("IllegalAccessUser", "HW AES Slot A for the SSL client certification") );
|
||||
}
|
||||
if( !this->IsMediaNand && this->pRomHeader->s.access_control.hw_aes_slot_B_SignJPEGForUser != 0 )
|
||||
{
|
||||
this->hErrorList->Add( this->makeMrcError("IllegalAccessUser", "HW AES SlotB (JPEG signature) for the user") );
|
||||
}
|
||||
if( this->pRomHeader->s.access_control.hw_aes_slot_A_SSLClientCert )
|
||||
{
|
||||
this->hErrorList->Add( this->makeMrcError("IllegalAccessUser", "HW AES Slot A for the SSL client certification") );
|
||||
}
|
||||
if( this->pRomHeader->s.access_control.common_client_key_for_debugger_sysmenu != 0 )
|
||||
{
|
||||
this->hErrorList->Add( this->makeMrcError("IllegalAccessUser", "Common Client Key for the debugger system menu") );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user