Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frida.ProcessNotRespondingError: process with pid 4300 either refused to load frida-agent, or terminated during injection #2

Open
trueToastedCode opened this issue May 22, 2024 · 0 comments

Comments

@trueToastedCode
Copy link

C:\Users\lennard>python "C:\Users\lennard\actions-iTunes-header\workflow_helper\iTunesDownload\get_header.py"
Traceback (most recent call last):
  File "C:\Users\lennard\actions-iTunes-header\workflow_helper\iTunesDownload\get_header.py", line 67, in <module>
    session = frida.attach(procName)
  File "C:\Users\lennard\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\__init__.py", line 95, in attach
    return get_local_device().attach(target, realm=realm, persist_timeout=persist_timeout)
  File "C:\Users\lennard\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\core.py", line 86, in wrapper
    return f(*args, **kwargs)
  File "C:\Users\lennard\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\core.py", line 994, in attach
    return Session(self._impl.attach(self._pid_of(target), **kwargs))  # type: ignore
frida.ProcessNotRespondingError: process with pid 4300 either refused to load frida-agent, or terminated during injection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant