There are no reviews yet. Be the first to send feedback to the community and the maintainers!
ARTist
ARTist's core implementation meant to be included in the art project. Provides ARTist APIs and boilerplate code for modules.dexterous
Library and standalone CLI tool for apk/dex merging, repackaging and signing. Can also get used as a dex analyzer framework.ArtistGui
ARTist's deployment application, for code-injection on an Android device.art
Fork of android's official platform/art repo, with ARTist's branches and the ARTist submodule.stetho-module
ARTist module for injecting facebook's custom Android debug bridge called stetho into arbitrary installed applications.template-codelib
The template Java library used in combination with ARTist to do application-instrumentation on Android devices.template-module
A template module for ARTist that can and should be used as a blue print for new modules.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.module-sdk-gen
Generate ARTist module SDK versions from an AOSP setup w/ ARTist checked-out.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.codelib-gen
This python tool generates a C++ class from the java source-code of a CodeLib.logtimization-module
A simplistic demo module for ARTist that prints some information about the compiled app's code to logcat at compile-time.trace-module
A simple ARTist module that injects method tracing code so that each invoked method logs its name to logcat.Love Open Source and this site? Check out how you can help us