Giter Site home page Giter Site logo

networkgi's Introduction

Improving Android Network usage

This repository is the accompaniment to the paper: On Reducing the Network Usage of Android Applications with Genetic Improvement, accepted to the 13th International Workshop on Genetic Improvement @ ICSE 2024 (https://geneticimprovementofsoftware.com/events/icse2024).

In this repository is the code to instrument http requests made by Android applications, a modified version of the GIDroid framework (https://github.com/SOLAR-group/GIDroid), and the results of our experiments.

Profile Apps

Requires Java 11 and maven.

To instrument applications, simply build a jar using the command:

clean compile assembly:single

Next call the jar with arguments a (path to apk to instrument) and p (the name of the package in which the classes you wish to instrument are.

Once instrumented, simply install the apk onto a device or emulator, and run a random input generation tool, such as Monkey (https://developer.android.com/studio/test/other-testing-tools/monkey) on your code. All http request outputs will be logged at the debug level.

GIDroid

Full instructions for running GIDroid are available in the readme in the GIDroid directory.

Results

Results from our experiments are available in the results directory, they are divided by which search algorithm was used and then the application that GIDroid ran on.

networkgi's People

Contributors

justynapt avatar

Stargazers

James Hamilton 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.