Git Product home page Git Product logo

Comments (5)

StevenArzt avatar StevenArzt commented on August 16, 2024

FlowDroid uses ICCTA for inter-component data flow analysis. ICCTA, on the other hand, needs an external ICC model to operate on. You can use IC3 or Harvester to generate such models (or write them by hand). These tools for generating ICC models are not part of FlowDroid. They are built and maintained separately by different people.

Your NoClassDefFoundError seems to be caused by a different problem, though. Are you ysure that you have built FlowDroid with all required dependencies? If you link your own program against FlowDroid, make sure that you include the transitive dependencies as well (should be easy with maven, but take care when building with something else).

from flowdroid.

sangamk avatar sangamk commented on August 16, 2024

Thx for the quick reply. The NoClassDefFoundError was related to a dependency indeed, which I fixed.
What does this ICC model entail can I find a template for that. I saw that the ICCTA project on GitHub uses IC3 for which the results are pushed to a DB. In Flowdroid (using ICCTA) I see no connection to any db. Is it right for me to assume that the model Flowdroid uses is the result of IC3 which can be found in the IC3 db?

from flowdroid.

StevenArzt avatar StevenArzt commented on August 16, 2024

FlowDroid uses the ICC models from files. Personally, I have never created any ICC models for the use with FlowDroid. I have always used file created by other collegaues (Li Li) involved in the ICCTA project and have focused on the data flow side of things. Can you maybe check whether there is an option to export the models into files?

from flowdroid.

sangamk avatar sangamk commented on August 16, 2024

I will give it a try! Thx for the help. Leaving it open for an update.
Edit: Use IC3 to generate a model with the option --protobuf. This model can be used in flowdroid.

from flowdroid.

mikesxf avatar mikesxf commented on August 16, 2024

Hi, I have also meet the same problem recently. Could you give me some tips on how to slove it? Thanks a lot! @sangamk

from flowdroid.

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.