Does anyone know if there is a python module to edit memory of processes? I read somewhere on here of how to edit memory in VB.net. I guess I could use VB if I wanted too. And, before anyone asks, NO! this has nothing to do with tweaking cars. I just want to edit the memory values that tell LFS where to load the textures from, so that I can make a texture mod where you just run a file, and do not have to worry about backing files up.
I am led to believe by pythonite colleagues that the html help files bundled with the Win32 releases have details on the *Process, GetProcessInfo, etc. functions which you'll need.