Свойство | Тип | Описание | |
---|---|---|---|
EASYHOOK_INJECT_DEFAULT | |||
EASYHOOK_INJECT_MANAGED | |||
Is64Bit | System.Boolean |
Метод | Описание | |
---|---|---|
DbgAttachDebugger ( ) : void | ||
DbgGetProcessIdByHandle ( |
||
DbgGetThreadIdByHandle ( |
||
DbgHandleToObjectName ( |
||
GacCreateContext ( ) : |
||
GacInstallAssembly ( |
||
GacReleaseContext ( |
||
GacUninstallAssembly ( |
||
LhBarrierBeginStackTrace ( |
||
LhBarrierEndStackTrace ( |
||
LhBarrierGetAddressOfReturnAddress ( |
||
LhBarrierGetCallback ( |
||
LhBarrierGetCallingModule ( |
||
LhBarrierGetReturnAddress ( |
||
LhInstallHook ( |
||
LhIsThreadIntercepted ( |
||
LhSetExclusiveACL ( |
||
LhSetGlobalExclusiveACL ( |
||
LhSetGlobalInclusiveACL ( |
||
LhSetInclusiveACL ( |
||
LhUninstallAllHooks ( ) : void | ||
LhUninstallHook ( |
||
LhWaitForPendingRemovals ( ) : void | ||
RhGetProcessToken ( |
||
RhInjectLibrary ( |
||
RhInjectLibraryEx ( |
||
RhInstallDriver ( String InDriverPath, String InDriverName ) : void | ||
RhInstallSupportDriver ( ) : void | ||
RhIsAdministrator ( ) : System.Boolean | ||
RhIsX64Process ( |
||
RhIsX64System ( ) : System.Boolean | ||
RhWakeUpProcess ( ) : void | ||
RtlCreateSuspendedProcess ( String InEXEPath, String InCommandLine, |
||
RtlGetLastError ( ) : |
||
RtlGetLastErrorString ( ) : String | ||
RtlInstallService ( String InServiceName, String InExePath, String InChannelName ) : void |
Метод | Описание | |
---|---|---|
CloseHandle ( |
||
ComposeString ( ) : String | ||
Force ( |
||
GetCurrentProcessId ( ) : int | ||
GetCurrentThreadId ( ) : int | ||
GetModuleHandle ( String InPath ) : |
||
GetProcAddress ( |
||
LoadLibrary ( String InPath ) : |
||
RtlCaptureStackBackTrace ( |
public static DbgAttachDebugger ( ) : void | ||
Результат | void |
public static DbgGetProcessIdByHandle ( |
||
InProcessHandle | ||
OutProcessId | ||
Результат | void |
public static DbgGetThreadIdByHandle ( |
||
InThreadHandle | ||
OutThreadId | ||
Результат | void |
public static DbgHandleToObjectName ( |
||
InNamedHandle | ||
OutNameBuffer | ||
InBufferSize | ||
OutRequiredSize | ||
Результат | void |
public static GacCreateContext ( ) : |
||
Результат |
public static GacInstallAssembly ( |
||
InContext | ||
InAssemblyPath | String | |
InDescription | String | |
InUniqueID | String | |
Результат | void |
public static GacReleaseContext ( |
||
RefContext | ||
Результат | void |
public static GacUninstallAssembly ( |
||
InContext | ||
InAssemblyName | String | |
InDescription | String | |
InUniqueID | String | |
Результат | void |
public static LhBarrierBeginStackTrace ( |
||
OutBackup | ||
Результат | void |
public static LhBarrierEndStackTrace ( |
||
OutBackup | ||
Результат | void |
public static LhBarrierGetAddressOfReturnAddress ( |
||
OutValue | ||
Результат | void |
public static LhBarrierGetCallback ( |
||
OutValue | ||
Результат | void |
public static LhBarrierGetCallingModule ( |
||
OutValue | ||
Результат | void |
public static LhBarrierGetReturnAddress ( |
||
OutValue | ||
Результат | void |
public static LhInstallHook ( |
||
InEntryPoint | ||
InHookProc | ||
InCallback | ||
OutHandle | ||
Результат | void |
public static LhIsThreadIntercepted ( |
||
InHandle | ||
InThreadID | ||
OutResult | System.Boolean | |
Результат | void |
public static LhSetExclusiveACL ( |
||
InThreadIdList | ||
InThreadCount | ||
InHandle | ||
Результат | void |
public static LhSetGlobalExclusiveACL ( |
||
InThreadIdList | ||
InThreadCount | ||
Результат | void |
public static LhSetGlobalInclusiveACL ( |
||
InThreadIdList | ||
InThreadCount | ||
Результат | void |
public static LhSetInclusiveACL ( |
||
InThreadIdList | ||
InThreadCount | ||
InHandle | ||
Результат | void |
public static LhUninstallAllHooks ( ) : void | ||
Результат | void |
public static LhUninstallHook ( |
||
RefHandle | ||
Результат | void |
public static LhWaitForPendingRemovals ( ) : void | ||
Результат | void |
public static RhGetProcessToken ( |
||
InProcessId | ||
OutToken | ||
Результат | void |
public static RhInjectLibrary ( |
||
InTargetPID | ||
InWakeUpTID | ||
InInjectionOptions | ||
InLibraryPath_x86 | String | |
InLibraryPath_x64 | String | |
InPassThruBuffer | ||
InPassThruSize | ||
Результат | void |
public static RhInjectLibraryEx ( |
||
InTargetPID | ||
InWakeUpTID | ||
InInjectionOptions | ||
InLibraryPath_x86 | String | |
InLibraryPath_x64 | String | |
InPassThruBuffer | ||
InPassThruSize | ||
Результат |
public static RhInstallDriver ( String InDriverPath, String InDriverName ) : void | ||
InDriverPath | String | |
InDriverName | String | |
Результат | void |
public static RhInstallSupportDriver ( ) : void | ||
Результат | void |
public static RhIsAdministrator ( ) : System.Boolean | ||
Результат | System.Boolean |
public static RhIsX64Process ( |
||
InProcessId | ||
OutResult | System.Boolean | |
Результат | void |
public static RhIsX64System ( ) : System.Boolean | ||
Результат | System.Boolean |
public static RhWakeUpProcess ( ) : void | ||
Результат | void |
public static RtlCreateSuspendedProcess ( String InEXEPath, String InCommandLine, |
||
InEXEPath | String | |
InCommandLine | String | |
InProcessCreationFlags | ||
OutProcessId | ||
OutThreadId | ||
Результат | void |
public static RtlGetLastError ( ) : |
||
Результат |
public static RtlGetLastErrorString ( ) : String | ||
Результат | String |
public static RtlInstallService ( String InServiceName, String InExePath, String InChannelName ) : void | ||
InServiceName | String | |
InExePath | String | |
InChannelName | String | |
Результат | void |
public static Int32,System EASYHOOK_INJECT_DEFAULT | ||
Результат |
public static Int32,System EASYHOOK_INJECT_MANAGED | ||
Результат |