Posted: Wed Feb 28, 2007 2:27 am Post subject: Moving a value from one address to another?
Hello, if I have two addresses like
0068F89A value blablabla1
and
00695026 value blablabla2
and I want to move 00695026's value INTO 0068F9A's address so that blablabla1 becomes a mirror of 00695026 and is then blablabla2 how would I do this without code injection since I don't yet understand it. I tried opening the browse memory region and changing the code at 0068f89a into jmp 00695026 thinking if there is a jmp command it will jump to the second value I desire but this didn't work out. If anyone can tell me the method of moving the second addresses value into the first address please let me know! Thanks!
I recommend using the code injection template of the auto assembler and give it the address of "oftenexecuteadaddress" so it fills in most code for you so you only need to put the stuff from push till pop in it _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum