Changing File Path On Runtime
Is is possible to change running file file path on runtime?
Let say i have file a.exe and when i run it and use GetModuleFileName it return c:\a.exe.
So i want to change the return value of running file a.exe GetModuleFileName to a custome one like c:\b.exe.
Possible or not possible?
Hook it or just make your own function..
Why would you want to do this? o-o