An open API service indexing awesome lists of open source software.

https://github.com/uds-se/droidmate-monitor

Module to build the API monitor used by DroidMate
https://github.com/uds-se/droidmate-monitor

Last synced: 4 months ago
JSON representation

Module to build the API monitor used by DroidMate

Awesome Lists containing this project

README

          

# DroidMate-2 ![GNU GPL v3](https://www.gnu.org/graphics/gplv3-88x31.png)
[![Build Status](https://travis-ci.org/uds-se/droidmate-monitor.svg?branch=master)](https://travis-ci.org/uds-se/droidmate-monitor)
[![](https://jitpack.io/v/uds-se/droidmate-monitor.svg)](https://jitpack.io/#uds-se/droidmate-monitor)

DroidMate-2, an automated execution generator for Android apps.
Copyright (C) 2012-2018 Saarland University

This program is free software.

* www.droidmate.org

##### Current Maintainers

* Nataniel Borges Jr. ``
* Jenny Hotzkow ``

Date of last full review of this document: 07 Aug 2018

# Introduction

This packages builds an APK file responsible for intercepting API calls between the application under test and the Android operating system.

## Repository structure:

Following directories are sources which can be opened as IntelliJ projects (`File -> Open`):

| project in `repo/dev`| description |
| ------- | ----------- |
| droidmate-monitor | main sources of DroidMate-Monitor genetator. |
| src/main/resources/monitorApk | java Apk project which is used to generate the API monitor |

## This repository is part of the [DroidMate-2](https://github.com/uds-se/droidmate) project. For information about building, running or extending DroidMate, check our [wiki](https://github.com/uds-se/droidmate/wiki) ###

##### Former Maintainers #####

* Konrad Jamrozik ``