Skip to content

Files

Latest commit

446e4e6 · Aug 27, 2022

History

History

demoApp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 27, 2022
Mar 30, 2017
Mar 30, 2017
Mar 1, 2019

YAHFA demoApp

Here is a demo app which shows the basic usage of YAHFA.

Prerequisite

Please build and push the demoPlugin APK to sdcard before running the demo app.

Usage

Click the button and take a look at the app log.

What happened

The demo app loads and applies the plugin APK, which hooks the following methods:

  • Log.e()
  • String.startsWith()
  • ClassWithVirtualMethod.tac()
  • ClassWithStaticMethod.tac()

After hooking, the arguments would be displayed and then the original method be called.