因为没有查到官方关于 17monipdb.dat 数据格式的说明,所以看官方的示例代码。c 语言版本,最后的结果偏移是 offset + index_offset - 1024,这里不懂为什么要减 1024,有没有了解的大佬帮忙解惑。
memcpy(result, ipip.data + ipip.offset + index_offset - 1024, index_length);
github 代码地址: https://github.com/17mon/c/blob/master/dat/ipip.c
另附找到的一个结构说明图:
1
darklowly 2018-03-22 11:02:52 +08:00
这图是对的,别看代码 17 的程序员水平普遍有问题,写的代码非常难度
|