摘要: 编译器Visual C++ 6.0 1. #include <stdio.h> int main() { int i = 10; char *p = (char *)(0x0018FF44); *p = NULL;return 0; } 说明:0x0018FF44是i的地址; 运行完后,p 的值为0 阅读全文
posted @ 2020-05-14 19:26 唯一诺 阅读(317) 评论(0) 推荐(0)