Hey,
I do have a program (call it "a.exe" for example) which reads its config from several files. can I write another program to redirect all file accesses of "a.exe" to another stream (console for example)?
I don't have the code of "a.exe" but if I get the source code of a.exe, obviously I can change all the file accesses. but is there any possible way to override all file access by very "minimum" changes? for example overriding file.open function or something like that?