I am using a piece of software that makes the mistake of saving settings to the local appdata folder in windows, and I need it to save to the roaming appdata folder as is the best practice. The developers no longer support the product. Is it possible in any way for me to hack the EXE and edit the settings path? I tried opening the EXE in a hex editor and searching for "settings" or "appdata" or "local" and it found nothing.
How do I edit an exe to save settings to a different path?
287 views Asked by Eric At
1
It depends on the software probably. What I'd do, if it really mattered, would do something with application virtualization. But that only works in certain cases.
EDIT: Look up Cameyo