pymhf.utils.winapi module# class pymhf.utils.winapi.MemoryInfo(*args, **kwargs)# Bases: Protocol AllocationBase: int# AllocationProtect: int# BaseAddress: int# Protect: int# RegionSize: int# State: int# Type: int# pymhf.utils.winapi.QueryAddress(address: int) → MemoryInfo# pymhf.utils.winapi.get_exe_path_from_pid(proc: Pymem) → str# Get the name of the exe which was run to create the pymem process. pymhf.utils.winapi.set_window_transparency(hwnd: int, alpha: float)#