How do I get the start/base address of a process? Per example Solitaire.exe (solitaire.exe+BAFA8)
#-*- coding: utf-8 -*- import ctypes, win32ui, win32process
I think the handle returned by GetModuleHandle is actually the base address of the given module. You get the handle of the exe by passing NULL.