For training I decided to try to write a simple cheat. Because Cheats for CS: GO are very many guides, then the choice fell on her.
I try to connect to the DLL to modify the process memory. I found this code in Google:
pm = pymem.Pymem("csgo.exe") client = client = pymem.process.module_from_name(pm.process_id, "client_panorama.dll") But the client is assigned the value None, while everything else works. Perhaps the reason is that the process is 32 bits, and the python is 64?
What are some ways to find the address of a process DLL by python?
Python version - 3.6, system - Windows 10 x64, pymem version is the latest from pip.