safekey sentinel ssp

Тема в разделе "WASM.RESEARCH", создана пользователем Stealth222, 11 июн 2005.

  1. Stealth222

    Stealth222 New Member

    Публикаций:
    0
    Регистрация:
    9 фев 2005
    Сообщения:
    7
    http://forum.exetools.com/showthread.php?t=7377

    safekey sentinel emulator use file with extension *.ssp

    it's format is something like this...



    struct ssp_t {

    unsigned long sign;

    unsigned long id;

    unsigned char acco[64];

    unsigned short data[64];

    unsigned short maxquerybytes;

    unsigned short lookuptable[56][896]; // cell 0x8 - 0x3f

    };



    sign = dword value checked for valid *.ssp file

    id = n/a

    acco = access code ( 0-3 )

    data = dongle data

    maxquerybytes = 56 ( max. query size )

    lookuptable = kinda obfuscation data needed to calculate correct response(s)



    Кто в курсе как считается lookuptable?