RemoteFunctionInfo ​
Information about a function in a remote process.
Kind: Struct
Namespace: ConnectorLib.Inject
Public Constructors
RemoteFunctionInfo(IntPtr moduleBase, int functionRva)
Initializes a new instance of the ConnectorLib.Inject.RemoteFunctionInfo struct.
Public Attributes
IntPtr
ModuleBase
Base address of the module in the remote process.
int
FunctionRVA
Relative Virtual Address (RVA) of the function.
Properties
IntPtr
FunctionVA
[get, ]
Virtual Address (VA) of the function.
