Skip to content

windows gui版本编译出来的frida server64 报错 #28

@fuckgithubh

Description

@fuckgithubh

Exception in thread Thread-1 (_run):
Traceback (most recent call last):
File "F:\Python\Python313\Lib\threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "F:\Python\Python313\Lib\threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Python\Python313\Lib\site-packages\frida_tools\reactor.py", line 70, in _run
work()
~~~~^^
File "F:\Python\Python313\Lib\site-packages\frida_tools\application.py", line 547, in _try_start
self._attach_and_instrument()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "F:\Python\Python313\Lib\site-packages\frida_tools\application.py", line 623, in _attach_and_instrument
self._transition_to_started()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "F:\Python\Python313\Lib\site-packages\frida_tools\application.py", line 626, in _transition_to_started
self._start()
~~~~~~~~~~~^^
File "F:\Python\Python313\Lib\site-packages\frida_tools\repl.py", line 222, in _start
self._set_autoperform(self._autoperform_option)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Python\Python313\Lib\site-packages\frida_tools\repl.py", line 618, in _set_autoperform
if self._is_java_available():
~~~~~~~~~~~~~~~~~~~~~~~^^
File "F:\Python\Python313\Lib\site-packages\frida_tools\repl.py", line 637, in _is_java_available
script.unload()
~~~~~~~~~~~~~^^
File "F:\Python\Python313\Lib\site-packages\frida\core.py", line 86, in wrapper
return f(*args, **kwargs)
File "F:\Python\Python313\Lib\site-packages\frida\core.py", line 310, in unload
self._impl.unload()
~~~~~~~~~~~~~~~~~^^
frida.InvalidOperationError: script is destroyed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions