2013-12-06

I am running a program on linux which access an invalid location, say : /home/area/file . I know the valid location is /home/area/something_else/file.

The problem is the input file for this program is in binary form and encrypted. I cannot change it. Is it possible to map invalid file paths to known valid file paths*?*

Note: Symbolic links do not work

Show more