// x86obf - x86obf.blogspot.com
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "../x86obf/obf_sdk.h"
static uint32_t crc32_tab[] = {
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,
0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e...