I know (or am fairly sure, in any case) that it's perfectly feasible, but is there a simple way of saving and loading application state in Win32? I have a few apps I use regularly which require considerable configuration and tweaking, but which have absolutely no framework for saving settings. I'd like a way to configure an app completely, save its state, use it, close it, and the next time I need it, simply start it up, then load the previous state, and have it ready to use.
I know there are live memory editors for Win32, and even those that will allow full dumps of whichever process you desire, but I don't know of any that will overwrite memory with an old dump. I do realize that I could potentially use a Win32 cheat system that has hacking capabilities to "hack" the values I want, then simply apply those each time, but the amount of configuration I have in mind would make this approach way too much of a hassle.
Any ideas?
I know there are live memory editors for Win32, and even those that will allow full dumps of whichever process you desire, but I don't know of any that will overwrite memory with an old dump. I do realize that I could potentially use a Win32 cheat system that has hacking capabilities to "hack" the values I want, then simply apply those each time, but the amount of configuration I have in mind would make this approach way too much of a hassle.
Any ideas?
Comment