Theoretically, you should be able to do that. However here are some problems.
Lets say you have an executable that you change the name of...no problem. Then that executable spawns another process. You can not change the name of this process.
Also, if that executable calls another executable, that name can not be changed either or the file won't run.
|