frida-all-in-one icon indicating copy to clipboard operation
frida-all-in-one copied to clipboard

《FRIDA操作手册》by @hluwa @r0ysue

Results 6 frida-all-in-one issues
Sort by recently updated
recently updated
newest added

Hi. I'm trying to build frida on my HTC 10. I pushed frida-server by adb I tried the steps in some teaching website such as https://bbs.pediy.com/thread-248293.htm and https://blog.zzzmode.com/2017/09/12/frida-android-hook/?fbclid=IwAR04MhkGmTloPK0_st7f32CfxQGzuBHGFy4n3mnhxvcIz2jsTXaY7C0Qc-g. However, when...

属实佩服 真就感觉找到了宝藏

报错部分代码: ![image](https://user-images.githubusercontent.com/57477226/71440835-d944b800-2739-11ea-993a-3ffaecd07b12.png) 错误: ![image](https://user-images.githubusercontent.com/57477226/71440790-9d115780-2739-11ea-82ab-991f939f3c58.png) 想请教一下这种问题怎么解决,试过转换格式但是报no support overloads

Java.choose("com.roysue.demo02.MainActivity" , { onMatch : function(instance){ //该类有多少个实例,该回调就会被触发多少次 console.log("Found instance: "+instance); console.log("Result of secret func: " + instance.secret()); }, onComplete:function(){} }); I use the demo.js and it return fail: ![Uploading image.png…]()...

![QQ截图20190505173912](https://user-images.githubusercontent.com/7445954/57191868-ce47d800-6f5c-11e9-99cb-3d18e9001cf8.png) ![QQ截图20190505173934](https://user-images.githubusercontent.com/7445954/57191870-d30c8c00-6f5c-11e9-80ab-a038ec53c0d3.png) 求助一下,关于interface这种类型如何hook?直接用class $init或者$new都提示不支持overload