hluwa / frida-dexdump

A frida tool to dump dex in memory to support security engineers analyzing malware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

一运行main.py,frida-server就直接断开了。

Wwon1oung opened this issue · comments

如图启动frida-server:

image

然后运行main.py,adb-shell直接就退了出来到夜神模拟器目录
image

image

环境是夜神模拟器,frida14.2.2

已经解决了,原因是adb 与夜神模拟器 版本冲突问题。
自带的nox_adb.exe和adb的版本不一致问题。
要把这三个文件都替换:
image

使用adb version 和nox_adb.exe version自行对比版本是否相同