frida / frida-python

Frida Python bindings
Other
766 stars 145 forks source link

get_process should have scope on it #241

Open chihaamin opened 4 months ago

chihaamin commented 4 months ago
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
    """