Accessing outside the memory allocated by the program. (Accessing other app's memory)

Posted by Auxiliary on Stack Overflow See other posts from Stack Overflow or by Auxiliary
Published on 2010-04-11T15:49:02Z Indexed on 2010/04/11 15:53 UTC
Read the original article Hit count: 346

Is there a way to access (read or free) memory chunks that are outside the memory that is allocated for the program without getting access violation exceptions. Well what I actually would like to understand apart from this, is how a memory cleaner (system garbage collector) works. I've always wanted to write such a program. (The language isn't an issue)

Thanks in advance :)

© Stack Overflow or respective owner

Related posts about memory

Related posts about accessviolationexception