legend icon indicating copy to clipboard operation
legend copied to clipboard

A framework for hook java methods.

Results 30 legend issues
Sort by recently updated
recently updated
newest added

Error to Load Hook Method From : Activity_startActivity. Error to Load Hook Method From : Application_onCreate. Error to Load Hook Method From : TelephonyManager_getSimSerialNumber. Error to Load Hook Method From...

07-08 17:57:21.060 23687-23687/com.legend.demo A/art: art/runtime/thread.cc:1116] Throwing new exception 'length=643; index=51516434' with unexpected pending exception: java.lang.ArrayIndexOutOfBoundsException: length=77951; index=51516434 07-08 17:57:21.060 23687-23687/com.legend.demo A/art: art/runtime/thread.cc:1116] at java.lang.String java.lang.reflect.ArtMethod.getNameNative!() (ArtMethod.java:-2) 07-08 17:57:21.060 23687-23687/com.legend.demo A/art:...

小米2s安装运行直接报错:Fatal signal 4 (SIGILL), code 1, fault addr 0xb42e300c in tid 11177 (mper.legendtest) cpu型号:ARMv7 Processor rev 0 (v7l) 是不是缺少对应型号的so文件呢?

I just run the demo in android 5.1 and 6.0 both are crashed.can the project work? it happend when hook the toast.show,hnnnnnnn,can you give me a way the fix that?...

` @Hook("org.apache.http.client.HttpClient::[email protected]")   public static void HttpClient_execute(HttpUriRequest request)  {     Log.d("XXXX", "HttpClient_execute method is " + request.getMethod());     HookManager.getDefault().callSuper(request);   } ` Log显示execute被hook成功;执行以下代码: `        String url = "https://www.baidu.com/img/bd_logo1.png";        HttpClient client = new DefaultHttpClient(getParams());        HttpGet...

Hi asLoby, I am very much interested to evaluate legend Hook framework but I did find clear documentation to use in real cases.. can pull a clear documentation so that...

I used legend,in 5.0 is good,but in 4.3,it's carsh.Can you help me,please