Skip navigation.
 
mlRe: Classdump and Ink framework..
FROM : Nicholas Riley
DATE : Tue Jan 28 20:53:05 2003

On Tue, Jan 28, 2003 at 10:05:58PM -0500, 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!  I looked at it
> in BBEdit, and found a whole slew of text that looked like method names
> at the end like __NetPatternFFTDestroy.  I didn't see anything in the
> form of 'objc_class_name_..' like in InstantMessage, which may be what
> classdump parses, but there obviously is *some* kind of symbol-name
> data in the Ink framework.  Is there such an 'encrypted' or 'stripped'
> framework format?


Try otool -tvV on it.  Ink is not written in Cocoa/Objective-C, so
class-dump isn't going to give you any info.

--
=Nicholas Riley <<email_removed>> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign

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