Re: nobody knows, or just can't be done?
Re: nobody knows, or just can't be done?
- Subject: Re: nobody knows, or just can't be done?
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 17 Oct 2001 21:41:22 +0100
On Wednesday, October 17, 2001, at 10:08 pm, Ondra Cada wrote:
Quite the contrary -- it's easy.
Just make a bundle. Load in into the application (this might be somewhat
tricky for apps which don't have any bundle support, but if the worst
comes
to the worst, the environment variable DYLD_INSERT_LIBRARIES should
help /not
tested in 10.1!!!/).
I suggested to off-list to the original poster that he asked the maker
of the application he was attempting to modify add some sort of bundle
support in (quite easy to implement), actually. I was not aware that you
could force the loading of binaries. And yes, I was aware of screwing
with frameworks etc etc, but that's a terribly evil hackish thing, and
it's definitely not something that you can do if you plan on
distributing your app.
-- Finlay