메소드 | 설명 | |
---|---|---|
Eject ( ) : void |
Ejects the loaded dynamic-link library (DLL) module.
|
|
FindFunction ( string functionName ) : |
Finds the specified function in the remote module. Interesting article on how DLL loading works: http://msdn.microsoft.com/en-us/magazine/bb985014.aspx |
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
this ( string functionName ) : |
Gets the specified function in the remote module.
|
메소드 | 설명 | |
---|---|---|
InternalEject ( MemorySharp memorySharp, |
Frees the loaded dynamic-link library (DLL) module and, if necessary, decrements its reference count.
|
|
RemoteModule ( MemorySharp memorySharp, |
Initializes a new instance of the RemoteModule class.
|
public FindFunction ( string functionName ) : |
||
functionName | string | The name of the function (case sensitive). |
리턴 |
public this ( string functionName ) : |
||
functionName | string | The name of the function. |
리턴 |