classdump
classdump
- Subject: classdump
- From: Lance Bland <email@hidden>
- Date: Wed, 22 Jan 2003 10:01:02 -0500
On Wednesday, January 22, 2003, at 09:30 AM, Thilo Ettelt wrote:
hi-
>
Is it possible to access my application's code from a different Cocoa
>
application by loaded the code?
Probably not, unless the app uses frameworks or bundles which have
relocation points intact. or if you want some simplistic access then
yes, you can fopen() the app's binary and read it into your app, but
parsing it fully (reverse engineering it fully) probably isn't
possible. usually apps are stripped to remove a lot of information to
reduce their size.
>
And how do you make a class dump?
There is a really nice program here:
http://people.omnigroup.com/nygard/Projects/index.html called classdump.
-lance
------------------------------------
Lance Bland
mailto:email@hidden
VVI Is The #1 Visual-Report Tool Developer For Mac OS X
http://www.vvi.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.