FROM : Nick Zitzmann
DATE : Tue Jan 28 21:13:06 2003
On Tuesday, January 28, 2003, at 07:05 PM, Jim Witte wrote:
> If I run './class-dump -a -A -R InstantMessage' on the Instant
> Messaging framwork, I get a whole lot of information. However, if I
> run './class-dump -a -A -R Ink' I don't get anything!
This is because InstantMessage.framework is an Objective-C framework,
and judging by the binary contents of Ink.framework, Ink is not. If you
use Otool to check their library bindings, Ink.framework is only linked
to C frameworks, like Carbon and CoreFoundation. OTOH,
InstantMessage.framework links to Cocoa...
AFAIK, Class-dump only works with binaries that use Objective-C
classes...
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page: http://dreamless.home.attbi.com/
Warning! Anything you say will be misinterpreted and quoted against you
ten years from now.
DATE : Tue Jan 28 21:13:06 2003
On Tuesday, January 28, 2003, at 07:05 PM, Jim Witte wrote:
> If I run './class-dump -a -A -R InstantMessage' on the Instant
> Messaging framwork, I get a whole lot of information. However, if I
> run './class-dump -a -A -R Ink' I don't get anything!
This is because InstantMessage.framework is an Objective-C framework,
and judging by the binary contents of Ink.framework, Ink is not. If you
use Otool to check their library bindings, Ink.framework is only linked
to C frameworks, like Carbon and CoreFoundation. OTOH,
InstantMessage.framework links to Cocoa...
AFAIK, Class-dump only works with binaries that use Objective-C
classes...
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page: http://dreamless.home.attbi.com/
Warning! Anything you say will be misinterpreted and quoted against you
ten years from now.
| Related mails | Author | Date |
|---|---|---|
| Jim Witte | Jan 28, 19:13 | |
| Nicholas Riley | Jan 28, 20:53 | |
| Nick Zitzmann | Jan 28, 21:13 |






Cocoa mail archive

