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
"""
Reactions are currently unavailable
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 """