Hi!!
There’s any way of interacting with a process with another script in python??
let me explain…
imagine you have a process which asks for a password
The question is: Can you create a script which attaches to that process and brute-force the password??
Another example:
You are playing a game which consist on clicking on “X” objects.
Can you create a script which attaches to that process and automatically click on the objects??
I hope I explained correctly
Thanks!!