Skip navigation.
 
mlRe: Classdump and Ink framework..
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.


Related mailsAuthorDate
mlClassdump and Ink framework.. Jim Witte Jan 28, 19:13
mlRe: Classdump and Ink framework.. Nicholas Riley Jan 28, 20:53
mlRe: Classdump and Ink framework.. Nick Zitzmann Jan 28, 21:13