Kód: Vybrat vše
.
.
if((reader->caid >> 8) == 0x06)
{
date_base = 946598400L; // this is actually 31.12.1999, 00:00 default for irdeto card
}
else
{
date_base = 870393600L; // this is actually 01.08.1997, 00:00 default for betacrypt cards
}
// CAID, ACS, Country, base date D. M. Y, h : m
CHID_BASE_DATE table[] = {
{0x0616, 0x0608, "ITA", 944110500L}, // 01.12.1999, 23.55 //nitegate
{0x0647, 0x0005, "ITA", 946598400L}, // 31.12.1999, 00:00 //Redlight irdeto
{0x0664, 0x0608, "TUR", 946598400L}, // 31.12.1999, 00:00
{0x0624, 0x0006, "CZE", 946598400L}, // 30.12.1999, 16:00 //skyklink irdeto
{0x0624, 0x0006, "SVK", 946598400L}, // 30.12.1999, 16:00 //skyklink irdeto
{0x0666, 0x0006, "SVK", 946598400L}, // 30.12.1999, 16:00 //cslink irdeto
.
.
Kód: Vybrat vše
{0x0624, 0x0006, "SVK", 946598400L}, // 30.12.1999, 16:00 //skyklink irdeto
Kód: Vybrat vše
if((reader->caid >> 8) == 0x06)
{
date_base = 946598400L; // this is actually 31.12.1999, 00:00 default for irdeto card
}
Takže tak Stefane, naštuduj si najskôr public oscam a potom sa hraj na hekera.