Giter Site home page Giter Site logo

cuixiaoyiyi / asyncdetector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pangeneral/asyncdetector

1.0 1.0 0.0 30.54 MB

A flow, context and object-sensitive inter-procedural static analysis tool for misuse detection of AsyncTask

Home Page: https://github.com/pangeneral/AsyncDetector

Java 100.00%

asyncdetector's Introduction

AsyncDetector

A flow, context and object-sensitive inter-procedural static analysis tool for misuse detection of AsyncTask

Obtaining AsyncDetector

You can download AsyncDetector from https://github.com/pangeneral/AsyncDetector/releases

How to run AsyncDetector

Before running AsyncDetector, we should set its running parameters in configuration file.

At first, we build an empty directory called configure under the same directory of asyncdetector.jar. Then we create a file path_configuration.txt under configure.

In path_configuration.txt, we should set three parameters: the root directory of apk under analysis (apkBasePath), the root directory of jimple file generated by our tool (jimpleBasePath) and the android platform path (androidPath).

An example of path_configuration.txt is as following:

apkBasePath test-apk  
jimpleBasePath jimple test-apk
androidPath D:\\download\\soot-path\\android-platforms-master\\

Obviously, the root directory of apk under analysis is test-apk, the root directory of jimple file is jimple\test-apk and the android platform path is D:\\download\\soot-path\\android-platforms-master\\.

After configuration, we can apply AsyncDetector by a simple command line instruction:

java -jar asyncdetector.jar APK_NAME

APK_NAME is the apk that you want to analyze. For example, "weixin.apk".

asyncdetector's People

Contributors

pangeneral avatar

Stargazers

 avatar

Watchers

 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.