Thread: Access another process's memoy with a twist

  1. #1
    Registered User
    Join Date
    Jul 2009
    Posts
    3

    Question Access another process's memoy with a twist

    I have been looking for a mothode for a while now that would allow me to access another process's memory without causing it to freeze. But with all of my googling I have found nothing :-(
    so, my question is: Is there a way to not lock a process while accessing it's "/proc/[PID]/mem" interface?

    Thanks!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    [Linux]Access Another Process's Memoy With A Twist - C And C++ | Dream.In.Code
    Learn some patience before spamming multiple forums....
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jul 2009
    Posts
    3
    learn to be resourceful. What's the point of limiting your self for the sake of being "patient"?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. VirtualQuery- get the access protection
    By tom_bali in forum C Programming
    Replies: 1
    Last Post: 04-03-2010, 03:37 AM
  2. Order of access labels in class definition
    By Mario F. in forum C++ Programming
    Replies: 10
    Last Post: 06-16-2006, 07:13 AM
  3. ww hosting and SSH access
    By spoon_ in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 04-07-2005, 08:49 AM
  4. Replies: 3
    Last Post: 09-22-2003, 09:48 PM
  5. Direct disk access in DOS
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 02-26-2002, 02:52 PM