1 Attachment(s)
I need help on this code!!
I've made a code that will "patch" some bytes in memory, to alter text of an already running program..
but i have a problem.. in the one program everything works fine..
but in the other program i want to be able to enter the adress manually, the adress in memory to patch...
But i cant seem to get the handle of the process in my second program...
My first(working) program will show you in a Dialog box, what the adress i want to patch is.. The program is in the ZIP: VBhackEXEfiles.zip
My second(not working) program has the same adress specified, as both hex and just a long string... but since i cant get the process handle, i cant get the bytes patched..
Could someone look at the code for the second program: VBtrainer3.zip , and correct it.. so that it can patch the bytes in RAM ???
Please, I really need this !!!