首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
dexdump专题
frida-dexdump 脱壳教程
在做以下操作前假设你已经正确安装python, 可以正常使用pip包管理器。 ADB Download ADB Download - Get the latest version of ADB and fastboot, 添加到环境变量。成功后的效果 Windows配置frida pip install frida pip inst
阅读更多...
Frida07 - dexdump核心源码分析
项目地址 https://github.com/hluwa/frida-dexdump 代码解析 项目中的核心函数是 searchDex: function searchDex(deepSearch) {var result = [];Process.enumerateRanges('r--').forEach(function (range) {try {....} catch (e)
阅读更多...