Coder Social home page Coder Social logo

yangyiyu / jmtracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 39.76 MB

JMTracker is a tool that automatically tracks the Java method calls within an Android app.

Home Page: https://sites.google.com/view/sharingthreats/mainpage/jmtracker

License: GNU General Public License v3.0

Python 7.70% JavaScript 28.74% HTML 9.91% CSS 53.65%

jmtracker's Introduction

JMTracker

JMTracker is a tool that automatically tracks the Java method calls within an Android app. It can extract the names and parameter values of Java methods executed by the ART virtual machine during the app's runtime, and build them into a hierarchical method chain.

JMTracker

Installation

  • Install Python dependency libraries. It is recommended to perform installation in a separate virtual environment.

    pip3 install -r requirements.txt
    
  • Flash the customized Android system image which in the /aosp folder into an Android smartphone.

    • We currently only offer the Android 10 image. If you require a different version of the system, you can refer to our tutorial to costumize, compile and flash AOSP image on your own.
    • Make sure that the Android SDK tools are properly installed and configured on your computer.
  • Connect your smartphone to the computer, enter adb interactive mode, and start the frida-server.

    adb shell su 0 "/data/local/tmp/frida-server-12.11.18-android-arm64"
    
  • Start the JMTracker service and access it through a browser by visiting: http://127.0.0.1:8000/

    python MainWebService.py
    

For information on how to use JMTracker and analysis example, please refer to the website of the paper.

jmtracker's People

Contributors

yangyiyu 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.