Re: Linux process...
beginner_h4x3r <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Hi Rahul, What is the means of process's base address and offset? It's means child's base address is offset? how to know child's process stack_int address in my demonstration code. Thanks in advance. --- curious_hacker On Mon, Mar 30, 2009 at 1:15 PM, Rahul K Patel <[email protected]> wrote: > it's offset address and not absolute address. > base addresses of your parent and child process will be different so > final absolute address (base + offset) will be different for both.