楼主 能不能帮忙看一下这个出错
[Asm] 纯文本查看 复制代码 Spawning `com.xxx.xxx`...
INFO:Agent:DexDumpAgent<Connection(pid=Session(pid=7496), connected:True), attached=True>: Attach.
INFO:frida-dexdump:Waiting 10s...
INFO:frida-dexdump:[+] Searching...
Exception in thread Thread-1 (_run):
Traceback (most recent call last):
File "D:\Python311\Install\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "D:\Python311\Install\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "D:\Python311\Install\Lib\site-packages\frida_tools\reactor.py", line 70, in _run
work()
File "D:\Python311\Install\Lib\site-packages\frida_tools\application.py", line 587, in _try_start
self._start()
File "D:\Python311\Install\Lib\site-packages\frida_dexdump\__main__.py", line 68, in _start
self.dump()
File "D:\Python311\Install\Lib\site-packages\frida_dexdump\__main__.py", line 74, in dump
ranges = self.agent.search_dex(enable_deep_search=self.enable_deep)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Python311\Install\Lib\site-packages\frida_dexdump\agent\__init__.py", line 21, in search_dex
return self._rpc.searchdex(enable_deep_search)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Python311\Install\Lib\site-packages\frida\core.py", line 169, in method
return script._rpc_request("call", js_name, args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Python311\Install\Lib\site-packages\frida\core.py", line 76, in wrapper
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "D:\Python311\Install\Lib\site-packages\frida\core.py", line 368, in _rpc_request
raise result.error
frida.InvalidOperationError: script has been destroyed |