Home

Awesome

VirtualHook

Introduction

VirtualHook is a tool for hooking application without root permission. It is based on two projects:

Currently VirtualHook supports:

ChangeLog

Basically, VirtualHook makes the following changes to the upstream:

Build

Import and build the project in Android Studio(with Instant Run disabled). There are four modules:

Usage

    <application
        android:label="@string/app_name">
        <meta-data
            android:name="yahfa.hook.plugin"
            android:value="true"
        />
    </application>

Example Hook Plugins