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

Unable dump dex: process with pid 2940 either refused to load frida-agent, or ter minated during injection

bugrpt opened this issue · comments

脱壳招行app,frida报错
clipboard

[DEXDump]: found target [2940] cmb.pb
Permission denied
[Except] - Unable dump dex: process with pid 2940 either refused to load frida-agent, or ter
minated during injection in
File "C:\Users\xyz\AppData\Roaming\Python\Python37\site-packages\frida\core.py", line
156, in attach
return Session(selfattach(self._pid_of(target), *args, **kwargs))

怎么解决呢?@hluwa