• Stars
    star
    2
  • Language
    Python
  • License
    Other
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This python tool generates a C++ class from the java source-code of a CodeLib.

More Repositories

1

ARTist

ARTist's core implementation meant to be included in the art project. Provides ARTist APIs and boilerplate code for modules.
C++
109
star
2

dexterous

Library and standalone CLI tool for apk/dex merging, repackaging and signing. Can also get used as a dex analyzer framework.
Java
47
star
3

ArtistGui

ARTist's deployment application, for code-injection on an Android device.
Java
37
star
4

art

Fork of android's official platform/art repo, with ARTist's branches and the ARTist submodule.
C++
25
star
5

stetho-module

ARTist module for injecting facebook's custom Android debug bridge called stetho into arbitrary installed applications.
C++
7
star
6

template-codelib

The template Java library used in combination with ARTist to do application-instrumentation on Android devices.
Java
6
star
7

template-module

A template module for ARTist that can and should be used as a blue print for new modules.
C++
4
star
8

stetho-codelib

The codelib part of the stetho-module, an ARTist module that injects facebook's custom Android debug bridge called stetho into arbitrary applications.
Java
4
star
9

module-sdk-gen

Generate ARTist module SDK versions from an AOSP setup w/ ARTist checked-out.
Makefile
3
star
10

monkey-troop

Monkey Troop is a python program for the evaluation of ARTist Modules and ARTist itself. It executes custom evaluations on multiple connected devices, stores reports and computes results. Evaluations can be resumed after stopping the script.
Python
3
star
11

meta

Meta repository for matters related to more than one repository or even the whole project as such.
2
star
12

logtimization-module

A simplistic demo module for ARTist that prints some information about the compiled app's code to logcat at compile-time.
C++
1
star
13

trace-module

A simple ARTist module that injects method tracing code so that each invoked method logs its name to logcat.
C++
1
star