프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |