Skip to content

mineo333/android_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

For this to work, push the apk to /data/local/tmp/[yourapk].apk and replace the path in main.cpp

The purpose of this is to be able to load a JNI shared object and then poke around it. The resulting executable is able to create a Context and do most things that an Android app can do.

The objective here is to be able to create an environment in which one can poke around an android app without the need for Frida.

This also has a series of utilities to be able to access generally in-accessible fields as well as call generally inaccessible methods by ripping the methodIDs and fieldIDs from art directly

Based on:

https://github.com/quarkslab/android-fuzzing/tree/main

https://github.com/rednaga/native-shim/tree/master

https://github.com/frida/frida-java-bridge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published