hluwa / frida-dexdump

A frida tool to dump dex in memory to support security engineers analyzing malware.
GNU General Public License v3.0
3.98k stars 899 forks source link

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

Closed bugrpt closed 3 years ago

bugrpt commented 3 years ago

脱壳招行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))

bugrpt commented 3 years ago

怎么解决呢?@hluwa