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 !!!
*************** Please use [highlight=vb]..your code.. [/highlight] when posting code!
When you have received the working answer to your question,
please mark it as *SOLVED* + Your Questions Title ...using your Thread's Tool menu.
Also try to point out what answer made it work for you, or edit your first post to contain a quote of the correct answer...
Please Answer All Questions With Working Code Examples...