Search:

Type: Posts; User: Mr.Lnx

Search: Search took 0.02 seconds.

  1. The randomness occurs only in the stack , heap...

    The randomness occurs only in the stack , heap ... etc

    Address Space Layout Randomization - HowToHack

    It requires more discussion... and a good book about operating systems.
    The topic is not...
  2. Well thank you guys. You give me important advice...

    Well thank you guys. You give me important advice .

    My first question becames from this book ->

    Teach Yourself C in 21 Days (Sams Teach Yourself): Peter G. Aitken,Bradley L. Jones,Peter...
  3. " because the process simply cannot modify the...

    " because the process simply cannot modify the memory containing code "

    Because of process isolation ?

    Process isolation - Wikipedia, the free encyclopedia

    and what is the usage of memory...
  4. What do you mean by "is all there is to it?" I...

    What do you mean by "is all there is to it?" I have a little problem in translation....
    Could you explain with more simple words ? Is there any wrong with my reflection ?
  5. Pointers and memory layout of a program on Linux system.

    Assuming that we have the code




    int *p

    *p = 2;
Results 1 to 5 of 5