RemoteCallHelper ​
Helper class for making remote calls to a process.
Kind: Static class
Namespace: ConnectorLib.Inject
Public Static Functions
TResult
object
TResult
object
TResult
object
TResult
object
TResult
object
TResult
object
bool
Attempts to load a library into a target process.
bool
Attempts to load a library into a target process with extended options.
bool
Attempts to call a function from kernel32.dll in a target process.
bool
Attempts to get the base address of a remote module by its name.
bool
Attempts to get the address of a function in a remote process module.
bool
Attempts to parse a remote module's export directory and extract function information.
bool
Attempts to read an unsigned byte from the specified address in the remote process.
bool
Attempts to read a signed byte from the specified address in the remote process.
bool
Attempts to read a 16-bit unsigned integer from the specified address in the remote process.
bool
Attempts to read a 16-bit signed integer from the specified address in the remote process.
bool
Attempts to read a 32-bit unsigned integer from the specified address in the remote process.
bool
Attempts to read a 32-bit signed integer from the specified address in the remote process.
bool
Attempts to read a 64-bit unsigned integer from the specified address in the remote process.
bool
Attempts to read a 64-bit signed integer from the specified address in the remote process.
bool
Attempts to read a pointer (UIntPtr) from the specified address in the remote process.
bool
Attempts to read a pointer (IntPtr) from the specified address in the remote process.
bool
bool
Reads a null-terminated ASCII string from the specified address.
bool
Reads a null-terminated UTF-8 string from the specified address.
bool
Reads a null-terminated UTF-16 string from the specified address.
bool
Reads a length-prefixed ASCII string from the specified address.
bool
Reads a length-prefixed UTF-8 string from the specified address.
bool
Reads a length-prefixed UTF-16 string from the specified address.
Properties
static
bool
SuppressCall
[get, set]
Suppresses the call to the remote function.
