Code Monkey home page Code Monkey logo

Comments (2)

federicodotta avatar federicodotta commented on June 26, 2024

Hi!

Currently from the tree view you can see only OBJC methods and not Swift ones because at the moment Frida itself does not offer functionalities to handle directly Swift methods.

The methods that you see in the tree view are Objective-C methods. In iOS Swift applications you can call Objective-C methods from Swift ones thanks to a "bridge" offered by iOS apis.

With IDA Pro you can see both Swift and Objective-C methods. The name of Objective-C methods that you see in the tree view of Brida should be the same of the ones that you see in IDA Pro, but in IDA Pro you have also Swift methods.

If you are inspecting an OBJC method and you don't see output in the console, probably the method is not called by the application and is not the method you are interested in.

Federico

from brida.

illnino avatar illnino commented on June 26, 2024

Thanks.

from brida.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.