i use wow 3.1.3,i use Cheat Engine Find Address password and username but after wow restart address change,why ?
i use wow 3.1.3,i use Cheat Engine Find Address password and username but after wow restart address change,why ?
i have write 1 code test Dynamic memory allocation address change
this is run 1Code:#include <Windows.h> int WINAPI WinMain( __in HINSTANCE hInstance, __in_opt HINSTANCE hPrevInstance, __in_opt LPSTR lpCmdLine, __in int nShowCmd ) { char *cof; cof = new char[4]; lstrcpyA(cof,"asfg"); while(true) { Sleep(4000); } return 0; }
this is run 2
i want find address first heap memory and end heap memory beacause i want search 1 string in heap memory