How can I access procss?

O

ofiras

Hii everyone,
I tried to find how can I access process, but all I could find is how
can I get processes running, get info about them, and kill them. I
wodered how hackers access the dump of process and change it by
entering ASM to them. Someone know how to do it?
Please help,
Ofir.
 
W

Willy Denoyette [MVP]

ofiras said:
Hii everyone,
I tried to find how can I access process, but all I could find is how
can I get processes running, get info about them, and kill them. I
wodered how hackers access the dump of process and change it by
entering ASM to them. Someone know how to do it?
Please help,
Ofir.


And your C# question is?

Willy.
 
N

Nicholas Paldino [.NET/C# MVP]

You can access a process using the Process class. However, it will not
allow you to manipulate the memory of the process. You will have to make
calls through the P/Invoke layer in order to manupulate memory in another
process.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top