frida-dexdump
frida-dexdump copied to clipboard
运行报错script has been destroyed
Spawning xxx.xxx.xxx
...
INFO:Agent:DexDumpAgent<Connection(pid=Session(pid=30214), connected:True), attached=True>: Attach.
INFO:frida-dexdump:Waiting 5s...
INFO:frida-dexdump:[+] Searching...
Exception in thread Thread-1:
Traceback (most recent call last):
File "D:\Python\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "D:\Python\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "D:\Python\lib\site-packages\frida_tools\reactor.py", line 70, in _run
work()
File "D:\Python\lib\site-packages\frida_tools\application.py", line 599, in try_start
self.start()
File "D:\Python\Lib\site-packages\frida_dexdump_main.py", line 68, in start
self.dump()
File "D:\Python\Lib\site-packages\frida_dexdump_main.py", line 74, in dump
ranges = self.agent.search_dex(enable_deep_search=self.enable_deep)
File "D:\Python\lib\site-packages\frida_dexdump\agent_init.py", line 21, in search_dex
return self._rpc.searchdex(enable_deep_search)
File "D:\Python\lib\site-packages\frida\core.py", line 179, in method
return script._rpc_request("call", js_name, args, **kwargs)
File "D:\Python\lib\site-packages\frida\core.py", line 86, in wrapper
return f(*args, **kwargs)
File "D:\Python\lib\site-packages\frida\core.py", line 491, in _rpc_request
raise result.error
frida.InvalidOperationError: script has been destroyed