Default program settings

Discussion in 'MFC' started by Blackd00D, Aug 28, 2010.

  1. Blackd00D

    Blackd00D New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I need to create an application which returns specific program to the default state.

    This program saves settings into registry files and local files and then load them to memory on each start.

    I need to restore default settings with my application without editing the program and without process restart. Returning registry and local files to default state is pretty easy and it works like a charm after process restart which I'm trying to avoid ... So the memory part is pretty complicate. Changing values on specific addresses of running process to default is unstable and may lead to crash.

    So the main question is:

    Is there any way how to reload values in memory of specific process WITHOUT editing main program? Something like fake process restart.

    Thanks in advance.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice