Is there any good and easy-to-use module built in Python for editing memory?

Viewed 4399

Is there any good and easy-to-use module built in Python for editing memory? Or is there any module like this at all?

What I'm looking for is a way to attach to a process and read from/write to it. Much like how Cheat Engine works. Here's a example of how it works in C++.

1 Answers
Related