内存检索

it2022-05-05  146

_declspec (dllexport)void run() { for(char *p = 0xae0000;p<0xae1000;p++)//决定步长 保存地址 每次前进1个字节 { int *px = p;//按int方式解析 if(*px == 77) *px = 86; { }

 

转载于:https://www.cnblogs.com/xiaochi/p/5109831.html


最新回复(0)