Quote:
Originally Posted by itachi26
Hello, back for new adventures.
I up that topic because I need an answer to my question, then I'll be able to keep my project workin'. The fact is, I don't have lots of time to code, so I don't have lots of time to make tests... I really hope that someone will help me...
I know how to find pointers with C.E. and how to reach statics adresses with my programm but the thing is, let's say that life points's static adress is : 0x45ABE698. That means that when I lunch one conquer, I'll just have to take a look there and I'll have my number of life points. But, what about two lunched conquer clients? They can't use the same static adress, no?
Any helps will be much appreciated! Thanks a lot!
|
Yes they can, as processes have their own virtual address space.