GithubHelp home page GithubHelp logo

amiangshu / ic3-dialdroid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dialdroid-android/ic3-dialdroid

0.0 2.0 0.0 121.07 MB

License: GNU General Public License v3.0

Java 99.11% Protocol Buffer 0.89%

ic3-dialdroid's Introduction

IC3-DIALDroid

IC3-DIALDroid is an updated version of IC3 (http://siis.cse.psu.edu/ic3/). However, in contrast to IC3,

  • It does not require apk files to be retargeted using DARE (i.e., can directly work on apk files.
  • Due to more accurate lifecycle modeling, it can identify more intents.
  • Due to numerous bug fixes it has less failures.

Instructions

  1. Please download or clone this repository.
  2. You can directly use the standalone Jar file (ic3-dialdroid.jar) inside the build directory.
  3. Or you can build using ant (ant -d clean compile fullJar).
  4. To run IC3-DIALDroid you will need android platform files. You can get a collection here: https://github.com/dialdroid-android/android-platforms
  5. IC3-DIALDroid stores results in a MySQL database. The database schema is here: https://github.com/dialdroid-android/dialdroid-db/blob/master/DIALDroid.sql
  6. Please modify the cc.properties file inside the build directory to provide database username and password.
  7. Please note the the cc.properties file, ic3-android.jar and the AndroidCallbacks.txt must be in the same directory as the ic3-dialdroid.jar.
  8. Use following command to run ic3-dialdroid

: java [JVM options] -jar [path to IC3 Jar] -input [path to apk] -cp [path to Android platforms] -dbname [database_name]

Use JVM options to allocation more memory: e.g., -Xms4G -Xmx16G, will allocate maximum 16GB memory to JVM.

ic3-dialdroid's People

Contributors

amiangshu avatar dialdroid-android avatar

Watchers

 avatar  avatar

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.