Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Process Memory changing
Old
  (#1)
313 Games
Guest
 
Posts: n/a
Default Process Memory changing - 06-04-2007, 09:34 AM

How can i change a value of a address of the memory of a process?

grtz
313


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Process Memory changing
Old
  (#2)
Dean Earley
Guest
 
Posts: n/a
Default Re: Process Memory changing - 06-04-2007, 09:34 AM

313 Games wrote:
> 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 (EMAIL REMOVED)
i-Catcher Development Team

iCode Systems
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Process Memory changing
Old
  (#3)
313 Games
Guest
 
Posts: n/a
Default Re: Process Memory changing - 06-04-2007, 09:34 AM

> 313 Games wrote:
>> 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 (EMAIL REMOVED)
> i-Catcher Development Team
>
> iCode Systems


so, basicly i cannot do that? aww...


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Process Memory changing
Old
  (#4)
Dean Earley
Guest
 
Posts: n/a
Default Re: Process Memory changing - 06-04-2007, 09:34 AM

313 Games wrote:
>> 313 Games wrote:
>>> 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 (EMAIL REMOVED)
i-Catcher Development Team

iCode Systems
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top