OSX version hack?
October 17, 2005 2:52 PM
Subscribe
OSXfilter: I want to fool applications on my Powerbook into thinking that I'm running a different version of the Mac OS than I really am. Can I? How?
I am currently using an older version of the Mac OS (Jaguar 10.2.8). A particular app that I want to use requires Panther and bails out immediately upon start-up, complaining about my system version. I want to make the application try to run, despite whatever buggy behavior doing so might cause.
I suspect that there is some function in the system API whereby applications can fetch the current system version. I further suspect that this is a string stored in some file, somewhere, that I can edit to spoof the application into thinking I'm running Panther. Basically I'm thinking of something analogous to the firefox user-agent HTTP spoofing. Does anyone know how to do this, or if it's even possible? Thanks!
posted by sergeant sandwich to computers & internet (6 comments total)
I'm sure there is a system call that returns the value of the current operating system, and I'm more sure that patching what it returns will be stupid (as your Mac will start crashing all the time), difficult and pointless (because the app still won't work). It definitely won't be a string in a file somewhere.
Having said all that, what exactly is the app? There might well be something purely specific to it.
posted by bonaldi at 3:07 PM on October 17, 2005