The configuration still exists in memory somewhere, so you could extract it from a dump... whether you should want to do this is an entirely different question though.
That's not necessarily true I think. The program could read the config at startup, and create structures or objects inside its heap to represent the config. After that it would have no need for the actual bytes of the config.
adrianmsmith|6 years ago
sokoloff|6 years ago
It is then be a task to reverse engineer the coding file from the config data structures.