RemoteModuleInfo ​
Information about a module in a remote process.
Kind: Struct
Namespace: ConnectorLib.Inject
Public Constructors
Initializes a new instance of the ConnectorLib.Inject.RemoteModuleInfo struct.
Public Attributes
IntPtr
BaseAddress
Base address of the module in the remote process.
int
AddrOfFunctionsRVA
Relative Virtual Address (RVA) of the export directory.
int
AddrOfNamesRVA
Relative Virtual Address (RVA) of the names in the export directory.
int
AddrOfNameOrdinalsRVA
Relative Virtual Address (RVA) of the name ordinals in the export directory.
int
NumNames
Number of names in the export directory.
Properties
IntPtr
AddrOfFunctionsVA
[get, ]
Virtual Address (VA) of the export directory.
IntPtr
AddrOfNamesVA
[get, ]
Virtual Address (VA) of the names in the export directory.
IntPtr
AddrOfNameOrdinalsVA
[get, ]
Virtual Address (VA) of the name ordinals in the export directory.
