自己把在学习中得到的经验随时写下来。
----------------------------------
VC中表示基地加偏移数据
int * p; p = (int *)0x001897D4; p=(int *)(*p+0x8); p=(int *)(*p+0x4);
-------------------------------------
编程学习笔记 随时更新
原文:http://www.cnblogs.com/wumac/p/4111654.html