#include "stdafx.h"
#include "hook64.h"
#include <windows.h>
#include <winternl.h>
#include <tlhelp32.h>

Go to the source code of this file.
Functions | |
| ULONGLONG | GetRemoteModuleHandle64Aware (unsigned PID, LPCTSTR lpModuleName, bool ShortName) |
| Gets module base for other process in a way, compatible with both x86 and x64. | |
Definition in file hook64.cpp.
| ULONGLONG GetRemoteModuleHandle64Aware | ( | unsigned | PID, | |
| LPCTSTR | lpModuleName, | |||
| bool | ShortName | |||
| ) |
Gets module base for other process in a way, compatible with both x86 and x64.
Definition at line 136 of file hook64.cpp.