Re: Le Custom Firmware 5.00 m33 en francais (Recovery + VshMenu)
Bonjour pour la PSP-3000 j'ai trouver sa sur le site de Dark-Alex:
int Signature(const unsigned char *vkey, const unsigned char *sig, const unsigned char *msg, int len)
{
int i,j;
uint16_t ks[52];
unsigned char buff[16];
memcpy(buff,vkey,sizeof(buff));
for(i=0; i<len; i+=8) {
EnKeyIdea(buff,ks);
memcpy(buff,buff+8,8);
CipherIdea8B((unsigned char *)msg+i, buff+8, ks);
for(j=7; j>=0; j--) buff[j+8]^=msg[i+j];
}
buff[8]&=0x7F;
return (memcmp(sig,buff+8,8)==0);
}
Vous pouvez m'expliquez ? si je suis en HS dite le
int Signature(const unsigned char *vkey, const unsigned char *sig, const unsigned char *msg, int len)
{
int i,j;
uint16_t ks[52];
unsigned char buff[16];
memcpy(buff,vkey,sizeof(buff));
for(i=0; i<len; i+=8) {
EnKeyIdea(buff,ks);
memcpy(buff,buff+8,8);
CipherIdea8B((unsigned char *)msg+i, buff+8, ks);
for(j=7; j>=0; j--) buff[j+8]^=msg[i+j];
}
buff[8]&=0x7F;
return (memcmp(sig,buff+8,8)==0);
}
Vous pouvez m'expliquez ? si je suis en HS dite le
-
Leb2dud2 Gamer Platine
- Messages: 17115
- Inscription: 28 Mar 2010, 15:52
- Prénom: Simon
- Pays: France
- Sexe: Homme