Свойство | Type | Description | |
---|---|---|---|
DisabledFunctions | byte[]>.Dictionary |
||
Process | |||
ReplacementBytes | byte[] |
Méthode | Description | |
---|---|---|
DisableFunction ( string moduleName, string functionName ) : void | ||
Dispose ( ) : void | ||
EnableFunction ( string moduleName, string functionName ) : void | ||
KernelFunctionDisabler ( |
||
ReplaceFunction ( string moduleName, string functionName, byte replacementBytes ) : void | ||
SuspendProcess ( |
Méthode | Description | |
---|---|---|
GetFunctionAddress ( string moduleName, string functionName ) : |
||
GetFunctionRegion ( string moduleName, string functionName, byte replacementBytes ) : |
public DisableFunction ( string moduleName, string functionName ) : void | ||
moduleName | string | |
functionName | string | |
Résultat | void |
public EnableFunction ( string moduleName, string functionName ) : void | ||
moduleName | string | |
functionName | string | |
Résultat | void |
protected GetFunctionAddress ( string moduleName, string functionName ) : |
||
moduleName | string | |
functionName | string | |
Résultat |
protected GetFunctionRegion ( string moduleName, string functionName, byte replacementBytes ) : |
||
moduleName | string | |
functionName | string | |
replacementBytes | byte | |
Résultat |
public KernelFunctionDisabler ( |
||
process | ||
Résultat | System |
public ReplaceFunction ( string moduleName, string functionName, byte replacementBytes ) : void | ||
moduleName | string | |
functionName | string | |
replacementBytes | byte | |
Résultat | void |
public static SuspendProcess ( |
||
process | ||
Résultat | Finally |
public Dictionary |
||
Résultat | byte[]>.Dictionary |
public Process,System.Diagnostics Process | ||
Résultat |