how to find the address of data in memory?
        Posted  
        
            by blood
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by blood
        
        
        
        Published on 2010-04-10T04:59:19Z
        Indexed on 
            2010/04/10
            5:03 UTC
        
        
        Read the original article
        Hit count: 307
        
i need to find a way how to find the address's for value of another program. i find the address before hand but i don't know how to find them again after i close and reopen the program with out searching for them again (i need the program to find them on it's own). anyone know how i can do this (sorry if im unclear i don't know how to explain it really) if your confused just ask and i'll try to make it clear
im using C++
© Stack Overflow or respective owner