Coder Social home page Coder Social logo

Comments (3)

rtfeng avatar rtfeng commented on August 30, 2024

I have to say, I'm not quite sure about what you want to get as the output...
Does "get the method calling my method" mean you want to get a partial callgraph with only parent method node?
Or you want a whole call graph for the entire APK.

from flowdroidcg.

elegantya avatar elegantya commented on August 30, 2024

from flowdroidcg.

rtfeng avatar rtfeng commented on August 30, 2024

I just want to get the call graph that contains the method I want,for example,I want to know which method calls the method A(),but using cg.edgesInto(A),I coun't get that. And method cg.edgesOutOf(A) could get the methods which A() calls. The method cg.edgesOutOf(A) works well,only cg.edgesInto(A) couldn't get the right output,I wonder how to get the methods calls the method A(). At 2019-11-27 16:23:51, "rtfeng" [email protected] wrote: I have to say, I'm not quite sure about what you want to get as the output... Does "get the method calling my method" mean you want to get a partial callgraph with only parent method node? Or you want a whole call graph for the entire APK. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Was the cg generated without any problems?
I would recommend you check the cg first. If the context in cg is all corrent, I think edgesInto(A) should work well.
BTW, open an issue on StackOverflow is a good choice for you, I think. There should be some other guys met this problem. Good luck!

from flowdroidcg.

Related Issues (1)

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.