Loading a bundle from memory
Loading a bundle from memory
- Subject: Loading a bundle from memory
- From: Shaun Wexler <email@hidden>
- Date: Sun, 14 Sep 2003 13:57:11 -0700
Is there a way to load the executable from a NSBundle or CFBundle, read
from data in memory, rather than a file? I'd like to be able to choose
whether or not to load the bundle, yet examine the classes, decrypt,
etc. Currently I can't prevent a loaded bundle's +load and/or
+initialize methods from being called when the bundle executable is
loaded, and can only implement digital signatures, hash/checksums, etc.
I don't want to go so far as to duplicate the bundle- or objc-runtime
code that already exists, privately or otherwise.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
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.