Answer the question
In order to leave comments, you need to log in
How to attach to a computer process in python?
Hello, how to connect to an open window or process in python? I know that this can be done perfectly in C++, but the question is whether it is possible in python.
For example, a browser game is open and I want to connect to one of the processes (to the computer's memory) in order to change some parameter/value.
Answer the question
In order to leave comments, you need to log in
Through ctypes and further by means of the standard C / C ++ library of a specific OS. For those who have not mastered, there is memorpy as an example .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question