Connecting Tech Pros Worldwide Forums | Help | Site Map

Process Memory changing

313 Games
Guest
 
Posts: n/a
#1: Jan 4 '07
How can i change a value of a address of the memory of a process?

grtz
313



Dean Earley
Guest
 
Posts: n/a
#2: Jan 4 '07

re: Process Memory changing


313 Games wrote:
Quote:
How can i change a value of a address of the memory of a process?
If it is in the same process, copymemory, if its not, you don't have a
chance without LOTS of fragile stuff (dll injection, etc...)

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
313 Games
Guest
 
Posts: n/a
#3: Jan 4 '07

re: Process Memory changing


313 Games wrote:
Quote:
Quote:
>How can i change a value of a address of the memory of a process?
>
If it is in the same process, copymemory, if its not, you don't have a
chance without LOTS of fragile stuff (dll injection, etc...)
>
--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team
>
iCode Systems
so, basicly i cannot do that? aww...


Dean Earley
Guest
 
Posts: n/a
#4: Jan 4 '07

re: Process Memory changing


313 Games wrote:
Quote:
Quote:
>313 Games wrote:
Quote:
>>How can i change a value of a address of the memory of a process?
>If it is in the same process, copymemory, if its not, you don't have a
>chance without LOTS of fragile stuff (dll injection, etc...)
>
so, basicly i cannot do that? aww...
Not in any NT based OS.
It's called security to stop one process interfering with another's
unless explicitly allowed.

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
Closed Thread