yyuuiii / AKFramework

A lightweight DBI framework for Android, like Xposed, Cydia Substrate, Frida and so on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

Install framework at your own risk. It may damage your device and avoid the warranty.
If the system failed to boot within 160 seconds, the framework will disable itself.

Usage

adb push AKCore.apk /data/local/tmp/
adb push libAK.so /data/local/tmp/
adb push android_runtime.so /data/local/tmp/
adb push ak_installer /data/local/tmp/
adb root adb shell chmod 555 /data/local/tmp/ak_installer

Preverify

./ak_installer preverify

Install

./ak_installer install

Uninstall

./ak_installer uninstall

Reinstall

./ak_installer reinstall

Screenshots

After successful installation (zygote restart required), xposed installer and most of the xposed modules should be working properly.
Xposed

About

A lightweight DBI framework for Android, like Xposed, Cydia Substrate, Frida and so on

License:MIT License


Languages

Language:Java 72.0%Language:C++ 23.1%Language:C 4.2%Language:Makefile 0.7%