Thread: System Service access to another process

  1. #1
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195

    System Service access to another process

    Can a system service access the heap of another process and read and write directly or indirectly to that memory? If so, how?

    I am writing a a maths library and I want it to run as a system service, but I need a fast way to pass the data to and from the service.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You can use shared memory as an IPC mechanism.

    http://msdn2.microsoft.com/en-us/lib...51(VS.85).aspx

    gg

  3. #3
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Thanks codeplug, that is exactly what I am looking for

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to Search for a certain service and a process in Windows
    By daher in forum Windows Programming
    Replies: 11
    Last Post: 09-04-2008, 08:14 AM
  2. Global shared memory in a system service
    By abachler in forum Windows Programming
    Replies: 4
    Last Post: 03-25-2008, 09:30 AM
  3. How i can Access the system DATE
    By rehan in forum C++ Programming
    Replies: 2
    Last Post: 07-04-2007, 11:34 PM
  4. exe files in -c- language
    By enjoy in forum C Programming
    Replies: 6
    Last Post: 05-18-2004, 04:36 PM
  5. Newb Alert! ----> BOOGIEMAN
    By BOOGIEMAN in forum C++ Programming
    Replies: 7
    Last Post: 10-10-2003, 02:25 PM