frida-python
frida-python copied to clipboard
get_process should have scope on it
def get_process(self, process_name: str, #scope) -> _frida.Process:
"""
Get the process with the given name
:raises ProcessNotFoundError: if the process was not found or there were more than one process with the given name
"""