注入指针修改值

首先靶子程序 c++ #include<stdio.h> #include<Windows.h> void main() { int num = 1000; printf("金额的地址是:%x", &num); while (1) { printf("\n我有%d元人民币。", num); Sleep(3000); //system("pause"); //int *p = # //*p
相关文章
相关标签/搜索