10 2021 档案

摘要:github地址:GitHub - hluwa/ZenTracer: an android method tracer gui tool base-on frida 使用: 1.python ZenTracer.py 2.action 正则匹配类名 3.start 阅读全文
posted @ 2021-10-11 00:15 阿布_alone 阅读(806) 评论(0) 推荐(0) 编辑
摘要:使用方法: frida -U -l tu.js -f com.xxxxxx --no-pause 代码: var N_ENCRYPT_MODE = 1 var N_DECRYPT_MODE = 2 function showStacks() { var Exception = Java.use("j 阅读全文
posted @ 2021-10-10 23:45 阿布_alone 阅读(2906) 评论(1) 推荐(0) 编辑
摘要:代码: Java.perform(function() { var cls_Activity = Java.use("android.app.Activity"); cls_Activity.onCreate.overload('android.os.Bundle').implementation 阅读全文
posted @ 2021-10-10 19:29 阿布_alone 阅读(1407) 评论(0) 推荐(0) 编辑
摘要:一.Frida实现okhttp3.Interceptor 转自:https://bbs.pediy.com/thread-252129.htm 注意: 1.最好不要有xposed环境 2.启动方式 frida -U -l yang.js -f xxx --no-pause 代码: function 阅读全文
posted @ 2021-10-10 18:18 阿布_alone 阅读(2144) 评论(0) 推荐(0) 编辑
摘要:自己操纵的注意点: 1.不能有xposed环境 2.okhttpfind.dex要换成重新打包的,去仓库大issue能找到 Frida 实现拦截okhttp的脚本,只针对Android端使用okhttp框架发送http请求的拦截,用途不大,仅学习交流使用! github : https://gith 阅读全文
posted @ 2021-10-10 00:12 阿布_alone 阅读(1713) 评论(0) 推荐(0) 编辑

TOP
点击右上角即可分享
微信分享提示