Search:

Type: Posts; User: 44ffcc

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    3,748

    Thanks for your help! I used OpenProcess to...

    Thanks for your help! I used OpenProcess to acquire a handle and it worked fine.

    (Fixed code below)



    #define PATCH_LOCATION 0x0013A142

    DWORD process_id;
  2. Replies
    2
    Views
    3,748

    patching memory in another process

    I am writing a program to patch a memory location in another running process. Unfortunately it doesn't work as ReadProcessMemory gets an error 6 ("The handle is invalid."), even though the process ID...
Results 1 to 2 of 2