lxhToolHTTPDecrypt icon indicating copy to clipboard operation
lxhToolHTTPDecrypt copied to clipboard

hook到javax.net.ssl.SSLParameters app就闪退

Open kingz40o opened this issue 5 years ago • 2 comments

frida 12.8.10 手机小米6 android 8.0 试了好几个APP都这样,一到这里就闪退: [22:37:41] [INFO] hooks class sun.security.x509.IssuingDistributionPointExtension all method [22:37:42] [INFO] hooks class com.android.okhttp.internal.http.RequestLine all method [22:37:42] [INFO] hooks class javax.net.ssl.SSLParameters all method

kingz40o avatar Feb 12 '20 14:02 kingz40o

亲 你好,你可以先用frida 自己写一个hook javax.net.ssl.SSLParameters类的代码,然后运行看是否会闪退,如果会的话 就是frida的原因,你应该前往frida提issue,如果不会闪退,可以把脚本发我看看,我在进行调试。

lyxhh avatar Feb 22 '20 03:02 lyxhh

另外hooks模块 比较兼容 String,int 这些基本类型,如果是对象信息,则只会输出个地址,如果是Android的一些view 很大可能会闪退,因为frida对Android View支持性不是很完美。

lyxhh avatar Feb 22 '20 03:02 lyxhh