Hi,
I'm trying to learn c++ by myself. but i didn't understand how to do it with those arrays. Like this :
WriteProcessMemory(OpenProcess(PROCESS_ALL_ACCESS, false,FindProcessId("notepad.exe")),(LPVOID)0x0040 CAE1,(PBYTE)"\xEB",1,0);
I don't understand the "\xEB" . Any helps please ?
I'm trying to learn c++ by myself. but i didn't understand how to do it with those arrays. Like this :
WriteProcessMemory(OpenProcess(PROCESS_ALL_ACCESS, false,FindProcessId("notepad.exe")),(LPVOID)0x0040 CAE1,(PBYTE)"\xEB",1,0);
I don't understand the "\xEB" . Any helps please ?