Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7707199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:17:58+00:00 2026-06-01T00:17:58+00:00

Assume I have a Cocoa-based Mac or iOS app. I’d like to run a

  • 0

Assume I have a Cocoa-based Mac or iOS app. I’d like to run a static analyzer on my app’s source code or my app’s binary to retrieve a list of all Objective-C methods called therein. Is there a tool that can do this?

A few points:

  1. I am looking for a static solution. I am not looking for a dynamic solution.

  2. Something which can be run against either a binary or source code is acceptable.

  3. Ideally the output would just be a massive de-duped list of Objective-C methods like:

    …
    -[MyClass foo]
    …
    +[NSMutableString stringWithCapacity:]
    …
    -[NSString length]
    …
    

    (If it’s not de-duped that’s cool)

  4. If other types of symbols (C functions, static vars, etc) are present, that is fine.

  5. I’m familiar with class-dump, but AFAIK, it dumps the declared Classes in your binary, not the called methods in your binary. That’s not what I’m looking for. If I am wrong, and you can do this with class-dump, please correct me.

  6. I’m not entirely sure this is feasible. So if it’s not, that’s a good answer too. 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T00:18:00+00:00Added an answer on June 1, 2026 at 12:18 am

    The closest I’m aware of is otx, which is a wrapper around otool and can reconstruct the selectors at objc_msgSend() call sites.

    http://otx.osxninja.com/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Assume I have a code like this: @autoreleasepool { for(int i = 0; i
Assume I have a function template like this: template<class T> inline void doStuff(T* arr)
Assume I have an ASP.NET MVC app that's not doing anything too fancy (no
Assume we have a method like this: public IEnumerable<T> FirstMethod() { var entities =
I have a Cocoa app with a custom, multi-step account setup that I implemented
I have never made an app using XCode and Cocoa but I think following
I'm working on some cross-platform code using OpenGL and SDL, but have immediately run
Assume I have a class like this: public class Foo { public Bar RequiredProperty
Assume I have a interface like: @interface it:NSObject { NSString* string; } @end @implement
Assume we have: $a = @(1, @(2, @(3))) I would like to flatten $a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.