Свойство | Тип | Описание | |
---|---|---|---|
DisabledFunctions | byte[]>.Dictionary |
||
Process | |||
ReplacementBytes | byte[] |
Метод | Описание | |
---|---|---|
DisableFunction ( string moduleName, string functionName ) : void | ||
Dispose ( ) : void | ||
EnableFunction ( string moduleName, string functionName ) : void | ||
KernelFunctionDisabler ( |
||
ReplaceFunction ( string moduleName, string functionName, byte replacementBytes ) : void | ||
SuspendProcess ( |
Метод | Описание | |
---|---|---|
GetFunctionAddress ( string moduleName, string functionName ) : |
||
GetFunctionRegion ( string moduleName, string functionName, byte replacementBytes ) : |
public DisableFunction ( string moduleName, string functionName ) : void | ||
moduleName | string | |
functionName | string | |
Результат | void |
public EnableFunction ( string moduleName, string functionName ) : void | ||
moduleName | string | |
functionName | string | |
Результат | void |
protected GetFunctionAddress ( string moduleName, string functionName ) : |
||
moduleName | string | |
functionName | string | |
Результат |
protected GetFunctionRegion ( string moduleName, string functionName, byte replacementBytes ) : |
||
moduleName | string | |
functionName | string | |
replacementBytes | byte | |
Результат |
public KernelFunctionDisabler ( |
||
process | ||
Результат | System |
public ReplaceFunction ( string moduleName, string functionName, byte replacementBytes ) : void | ||
moduleName | string | |
functionName | string | |
replacementBytes | byte | |
Результат | void |
public static SuspendProcess ( |
||
process | ||
Результат | Finally |
public Dictionary |
||
Результат | byte[]>.Dictionary |
public Process,System.Diagnostics Process | ||
Результат |