GithubHelp home page GithubHelp logo

kalharbi / appsrepo Goto Github PK

View Code? Open in Web Editor NEW
3.0 7.0 0.0 10.68 MB

appsrepo: A tool chain for extracting, analyzing, loading, and retrieving Android apps from NoSQL databases.

Python 50.03% Java 31.18% Ruby 17.25% Shell 0.06% JavaScript 1.48%

appsrepo's Introduction

appsrepo

appsrepo: A tool chain for extracting, analyzing, loading, and retrieving Android apps from NoSQL databases.

This includes a Python tool that stores apk files in a common MongoDB bucket using GridFS, and a Java based tool that retrieves them.

This is the Ruby MongoDB driver for the public collection of the database. It retrieves various public information of apps and stores the results in text files.

This tool reads raw JSON files and stores them into a MongoDB collection named public.

This is a Ruby based tool that extracts Android API methods and user's defined methods from .smali files.

This tool parses AndroidManifest.xml files and stores them into a MongoDB collection named manifest.

This is the Python MongoDB driver for the manifest collection of the database. It retrieves AndroidManifest features from MongoDB and stores the results into text files.

This tool writes the UIs of Android apps in a GraphML format, a file format for graphs. It parses layout and resources files, identifies the relationships between UI components, stores the result in a GraphML file that describes the structural properties of the UI. The GraphML file can be imported into the tinkerpop stack or any graph databse (e.g, neo4j, titan, etc).

This tool takes the input of the Android UI GraphML Writer (#7) as an input and loads it into the graph database (neo4j).

A tool for parsing Android XML layout files and storing them in one XML file to simplify UI analysis. It resolves resource references (e.g., @string/cancel_btn) and embeded layouts (e.g., using the <include/> and <merge/> tags). The final xml file is saved inside the unpacked apk directory under a sub-directory named ui-xml.

This tool extracts the views of Android apps from neo4j and computes the delta of Views between two app versions.

This tool indexes smali invoked methods text files in Apache Solr.

12- Tools

Python & shell script tools for batch processing a list of apk files.

13- Shell

An interactive shell to query the collection of apps using a Domain Specfic Language (DSL).


Sample APK Files

  • 10 apps, two versions each, target sdk 17. Download
  • 7 apps, two versions each, target sdk 16. Download
  • 9 apps, two versions each, target sdk 14. Download
  • 10 apps, two versions each, minimum sdk 8. Download
  • 30 apps, two versions each. Download
  • 100 apps, two versions each. Download
  • Android Framework files for the following devices: Samsung Galaxy S3, Google Nexus 10, and Google Nexus5. Download

appsrepo's People

Contributors

kalharbi avatar jacksonchen avatar sblackshear avatar

Stargazers

 avatar  avatar Tom Yeh avatar

Watchers

Tom Yeh avatar SangHee Kim avatar  avatar James Cloos avatar  avatar Emily Bertelson 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.