getting into Pc memory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maloov
    New Member
    • Mar 2007
    • 43

    getting into Pc memory

    can we get into the PC memory using c++ program?
  • maloov
    New Member
    • Mar 2007
    • 43

    #2
    can any one answer this please?

    Comment

    • maloov
      New Member
      • Mar 2007
      • 43

      #3
      Is there is a code or some way to get into the ram memory??

      Comment

      • Ganon11
        Recognized Expert Specialist
        • Oct 2006
        • 3651

        #4
        Probably, but I wouldn't suggest it.

        Comment

        • maloov
          New Member
          • Mar 2007
          • 43

          #5
          ok who would suggest it, cuz i have some problems with the memory

          Comment

          • maloov
            New Member
            • Mar 2007
            • 43

            #6
            come on guys I'm facin a trubble with my memory

            Comment

            • JosAH
              Recognized Expert MVP
              • Mar 2007
              • 11453

              #7
              Originally posted by maloov
              come on guys I'm facin a trubble with my memory
              Most, if not all, half selfrespecting operating systems use virtual memory schemes.
              This implies that the memory your process 'sees' is just a chunk of virtual
              memory mapped elsewhere to real memory. Even more: whenever your process
              tries to access memory not allocated to the process the process receives a
              deadly signal: a segmentation violation. Only processes running in 'root' or
              'supervisor' mode can access all of the real memory (such as the OS itself).

              If you're using a kid operating system such as MS/DOS feel free to peek and
              poke around and make the entire thing crash. If you're running MS Windows
              or any Un*x variant I'm sure there are some RAM diagnostic tools available.

              kind regards,

              Jos

              Comment

              • maloov
                New Member
                • Mar 2007
                • 43

                #8
                every time that I open my pc

                a strange writings occurs on my

                desktop, and the name of the

                memory where this writings

                are saved in occurs too!

                that's why I've asked if i can do something

                to avoid this again.

                any way Thanx Josh

                Comment

                Working...