E:/PROJECTS/cvsed/mixed/VIRTUA~1/kdclient/hook64.cpp File Reference

Contains implementation for GetRemoteModuleHandle64Aware(). More...

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

Include dependency graph for hook64.cpp:

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.


Detailed Description

Contains implementation for GetRemoteModuleHandle64Aware().

Author:
Ivan Shcherbakov (Bazis)
Id
hook64.cpp,v 1.3 2009/06/07 15:31:55 Administrator Exp

Definition in file hook64.cpp.


Function Documentation

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.