YAHFA icon indicating copy to clipboard operation
YAHFA copied to clipboard

Yet Another Hook Framework for ART

Results 51 YAHFA issues
Sort by recently updated
recently updated
newest added

大佬您好,我最近在做yahfa的接入。其他低版本的安卓系统都运行很完美,但是在安卓9.0的设备上,很大概率会出现backup方法找不到。测试了同一台设备也是安卓8.1正常,升级到9.0上就找不到方法。 例如我hook WindowManagerImpl 的 addView 函数,有些包能正常使用,大多数包会报错。以下是我的代码和具体的报错内容。希望能解决安卓9.0上的这个问题。 public class HookViewDemo { public static String className = "android.view.WindowManagerImpl"; public static String methodName = "addView"; public static String methodSig = "(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V"; public static...

Sometime i got some native error : ```c *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 2020-05-06 13:57:26.955 6561-6561/? A/DEBUG: Build fingerprint:...

大佬,安卓7.0原生系统,hook system_server 进程的时候,所有方法都hook失败,但是hook其他进程没问题,hook其他系统此进程也没问题,这是啥原因? 会不会和SElinux有关? log ========= not enough capacity. Allocating... mmap failed, errno = Permission denied cannot hook method

在厂商提供rom源码/img的前提下,希望用最小的改动,实现对安卓系统进程以及指定的apk,在执行业务逻辑前就注入hook。

java.lang.IncompatibleClassChangeError: The method '原始方法的信息' was expected to be of type static but instead was found to be of type virtual (declaration of '这里是hook方法的信息' appears in /storage/emulated/0/demoPlugin-debug.apk) 机型小米6 android8.0 已经加你QQ请通过一下

你好,问一下汇编转机器码,你用的是什么工具了,能发一下嘛

hook LocationManagerService 这个服务吗

android.os.Build public static final String MODEL = getString("ro.product.model"); 静态常量可以hook吗

Is there a possibility to build the apk without debuggable option on and method inlining at the same time? I've tried the workaround described in the README but I need...