Click or drag to resize

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
)

Parameters

InDriverPath
Type: SystemString
InDriverName
Type: SystemString
See Also