Hey guys. Looks like a good site, a pleasure to be here. Let me explain the problem I am having. (I have been searching daily for almost 2 weeks, no answer) I wrote a program in vb6 that set a integer to the value of 9022. This is displayed in the form and updated to make sure the value does not change. A very simple app. Now the hard part:
I found the location in memory that the value is stored in.It is in hex form. Here is what I know at this point as my app is running:
Location: 0014e618
Value: 9022
Int type 4 bytes
(not sure why it shows up as 4 bytes.. should be 2 bytes correct?)
Anywho... I code a second app that tries to change the value in memory. This is where I am stuck. I have tried to sort through API and come up with two that may work. CopyMemory and writeprocessmemory. However I cannot get either to work. 2 weeks searching daily, 2 prior forums and I havent a clue what to do. If someone could point me in the right direction that would be great!
I found the location in memory that the value is stored in.It is in hex form. Here is what I know at this point as my app is running:
Location: 0014e618
Value: 9022
Int type 4 bytes
(not sure why it shows up as 4 bytes.. should be 2 bytes correct?)
Anywho... I code a second app that tries to change the value in memory. This is where I am stuck. I have tried to sort through API and come up with two that may work. CopyMemory and writeprocessmemory. However I cannot get either to work. 2 weeks searching daily, 2 prior forums and I havent a clue what to do. If someone could point me in the right direction that would be great!