原文:关于frida的异常

一.异常报告 二.解决方法 ...

2020-11-05 15:36 0 825 推荐指数:

查看详情

frida hook


...

Sat Nov 20 07:52:00 CST 2021 0 865
Frida 安装

python 环境 一、安装 Frida pip3 install frida 指定版本:pip3 install frida==15.10.12 pip3 install frida-tools 二、安装frida-server 下载地址:https://github.com ...

Thu Mar 24 18:42:00 CST 2022 0 1100
Frida----frida tools的使用

翻译自官方网站:https://www.frida.re/docs/home/ 如果有理解不对的地方,请大家指出 frida Cll   frida -U 包名     调试连接到电脑上设备中的应用   frida '*进程名*'     打开进程   frida -l 脚本名 '*进程名 ...

Thu Apr 04 03:42:00 CST 2019 0 2695
基于Frida的脱壳工具

参考dstmath的frida-unpack https://github.com/dstmath/frida-unpack xiaokanghub的Frida-Android-unpack https://github.com/xiaokanghub/Frida ...

Thu Apr 01 02:37:00 CST 2021 0 549
Frida 问题集锦

1. 使用过程中少用this 上面的代码中,当调用SomeClass.init(this) 方法会导致SomeClass的初始化不成功,因为这里的this并不是Activity的thi ...

Thu Apr 16 22:48:00 CST 2020 0 675
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM