RemoteHookingInstallDriver Method |
Loads the given driver into the kernel and immediately marks it for deletion.
The installed driver will be registered with the service control manager under the
InDriverName you specify.
Please note that you should use
IsX64System to find out which
driver to load. Even if your process is running on 32-Bit this does not mean,
that the OS kernel is running on 32-Bit!
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static void InstallDriver(
string InDriverPath,
string InDriverName
)
Public Shared Sub InstallDriver (
InDriverPath As String,
InDriverName As String
)
public:
static void InstallDriver(
String^ InDriverPath,
String^ InDriverName
)
static member InstallDriver :
InDriverPath : string *
InDriverName : string -> unit
Parameters
- InDriverPath
- Type: SystemString
- InDriverName
- Type: SystemString
See Also