This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define pRANDOM_SIZE 0x32000 | |
static BYTE pRandom[pRANDOM_SIZE] = { 0 }; | |
#define HASH_SIZE 0x2FFD0 | |
#define OLD_HASH_SIZE 0xBFF4 | |
BYTE hashTable[HASH_SIZE] = { 0 };//the node hash names, each item is 12 bytes | |
#define OTHER_SIZE 0x140000 | |
#define OLD_OTHER_SIZE 0x14000 | |
//BYTE otherTable[0x50000];//unknown table, each item is 20 bytes |