Project-ARTist

Project-ARTist

Geek Repo

ARTist is a flexible Android instrumentation framework for security researchers and developers based on the Android Runtime’s dex2oat on-device compiler

Location:Saarbrücken, Saarland, Germany

Home Page:https://artist.cispa.saarland

Github PK Tool:Github PK Tool

Project-ARTist's repositories

ARTist

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

Language:C++License:NOASSERTIONStargazers:109Issues:10Issues:19

dexterous

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

Language:JavaLicense:NOASSERTIONStargazers:46Issues:5Issues:6

ArtistGui

ARTist's deployment application, for code-injection on an Android device.

Language:JavaLicense:NOASSERTIONStargazers:37Issues:9Issues:54

art

Fork of android's official platform/art repo, with ARTist's branches and the ARTist submodule.

Language:C++License:NOASSERTIONStargazers:23Issues:6Issues:9

stetho-module

ARTist module for injecting facebook's custom Android debug bridge called stetho into arbitrary installed applications.

Language:C++License:Apache-2.0Stargazers:7Issues:1Issues:0

template-codelib

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

Language:JavaLicense:NOASSERTIONStargazers:6Issues:4Issues:1

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.

Language:JavaLicense:NOASSERTIONStargazers:4Issues:1Issues:0

template-module

A template module for ARTist that can and should be used as a blue print for new modules.

Language:C++License:Apache-2.0Stargazers:4Issues:3Issues:0

module-sdk-gen

Generate ARTist module SDK versions from an AOSP setup w/ ARTist checked-out.

Language:MakefileLicense:Apache-2.0Stargazers:3Issues:2Issues:8

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.

Language:PythonLicense:NOASSERTIONStargazers:3Issues:3Issues:4

codelib-gen

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

Language:PythonLicense:NOASSERTIONStargazers:2Issues:3Issues:1

meta

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

logtimization-module

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

Language:C++License:Apache-2.0Stargazers:1Issues:2Issues:0

trace-module

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

Language:C++License:Apache-2.0Stargazers:1Issues:2Issues:0

trace-codelib

The codelib project corresponding to the ARTist trace-module.

Language:JavaLicense:NOASSERTIONStargazers:0Issues:2Issues:0