I am looking for a way to start an application with an alternate system time than that which is set. Basically one of the beta programs I use has a bug (it really is a bug) that no longer lets it work past January 29th. Setting my system time to a few day prior fixed the issue and the app works fine now. However some of my other applications are not working properly anymore.
As a general question (I could see my self using this for other things), is it possible to launch an application and make it think there is an alternate system time?
Specifically though, I am running Mac OS 10.7.2 and I'm trying to launch MouseShare with an alternate system time than that which is set.
LD_PRELOAD
to intercept the library calls, but I'm really no expert on that. There may be other questions around here that explain how. – Kevin Jan 30 '12 at 05:32