siyujie / OkHttpLogger-Frida

Frida 实现拦截okhttp的脚本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug 报错

Jacobi2017 opened this issue · comments

Error: java.lang.ClassNotFoundException: Didn't find class "okio.Buffer" on path: DexPathL
ist[[dex file "/data/local/tmp/okhttpfind.dex"],nativeLibraryDirectories=[/system/lib, /ve
ndor/lib]]
at (frida/node_modules/frida-java-bridge/lib/env.js:124)
at (frida/node_modules/frida-java-bridge/lib/class-factory.js:443)
at value (frida/node_modules/frida-java-bridge/lib/class-factory.js:812)
at _make (frida/node_modules/frida-java-bridge/lib/class-factory.js:112)
at use (frida/node_modules/frida-java-bridge/lib/class-factory.js:63)
at use (frida/node_modules/frida-java-bridge/index.js:246)
at (/okhttp_poker.js:606)
at (frida/node_modules/frida-java-bridge/lib/vm.js:11)
at perform (frida/node_modules/frida-java-bridge/index.js:193)
at hold (/okhttp_poker.js:623)
at (:1)
at eval (native)
at fridaReplEvaluate (/okhttp_poker.js:800)
at apply (native)
at (frida/runtime/message-dispatcher.js:13)
at c (frida/runtime/message-dispatcher.js:23)

我也遇到了,我下载源码修复了下,重新打包的 http://file.od4.cn/share/4Wtg7tkQ

问题的原因是啥 找到了吗?

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年8月9日(星期一) 下午5:17 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [siyujie/OkHttpLogger-Frida] bug 报错 (#20) 我也遇到了,我下载源码修复了下,重新打包的 http://file.od4.cn/share/4Wtg7tkQ — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

没有okio的依赖包