Re: Tracking openings of .rsrc files?
Re: Tracking openings of .rsrc files?
- Subject: Re: Tracking openings of .rsrc files?
- From: Bob Ippolito <email@hidden>
- Date: Mon, 12 Jul 2004 22:03:10 -0400
On Jul 12, 2004, at 9:35 PM, Colin Cornaby wrote:
>
I realize this is a more general question for this list... but...
>
>
I am trying to track the openings of application's .rsrc files. For
>
example, I'm trying to find how iTunes opens iTunes.rsrc within its
>
package. The very odd thing is I can find no trace of it. Using debug
>
tools, it never seems to use kernal level open functionality to open
>
the resource file. It never obtains an fsref for it. The only thing I
>
can see when iTunes is launched is iTunes getting the attributes of
>
its resource file, but never opening it.
>
>
Does anyone have any ideas on how its opened?
Probably with CFBundleOpenBundleResourceMap or something like it.
And of course it uses kernel level functionality to open the resource
file, you're just not poking at it the right way. man 1 ktrace.
-bob
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.