For Example:
if user enter PID in program then require process automatically attached..
and this ( 0014D5 and 0014D6 and 0014D7 ) is address Change "Nop's" (write) From memory,
Please Help Me,
write a source code program for me,,
i have already try this code but this work on take process via process name, i want this program work via enter process PID, user can enter pid, then change the address,
#include <iostream>
#include <windows.h>
int main()
{
int newValue = 500;
HWND hWnd = FindWindow(0, TEXT("sfrXWBJ") );