Connecting Tech Pros Worldwide Help | Site Map

Process Memory changing

  #1  
Old January 4th, 2007, 12:35 PM
313 Games
Guest
 
Posts: n/a
How can i change a value of a address of the memory of a process?

grtz
313


  #2  
Old January 4th, 2007, 12:45 PM
Dean Earley
Guest
 
Posts: n/a

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
  #3  
Old January 4th, 2007, 12:45 PM
313 Games
Guest
 
Posts: n/a

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...


  #4  
Old January 4th, 2007, 12:55 PM
Dean Earley
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Memory leak using pInvoke not_a_commie answers 3 July 1st, 2008 11:15 AM
maximum .net process can use Zen answers 22 January 21st, 2006 10:55 AM
Dataset, Datatable,Dataview,Datagrid - release memory slaprade answers 4 November 20th, 2005 10:05 PM
Multiple instance of process - memory conflicts Shuaib answers 5 November 13th, 2005 08:00 PM