Copy all current system data content in memory
        Posted  
        
            by Tom Brito
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tom Brito
        
        
        
        Published on 2010-03-16T00:41:07Z
        Indexed on 
            2010/03/16
            0:59 UTC
        
        
        Read the original article
        Hit count: 375
        
I'm studying security, and I would like to know: in Windows or Unix based OS environment, is there a way for a malicious program to copy all the content of the computer's memory?
My worry is about a program that can get my decrypted data loaded in memory. And how to avoid it.
© Stack Overflow or respective owner