PrepSDKCall_SetSignature Function

Finds an address in a library and sets it as the address to use for the SDK call.

bool PrepSDKCall_SetSignature(SDKLibrary lib, const char[] signature, int bytes)

Parameters

SDKLibrary lib

Library to use.

const char[] signature

Binary data to search for in the library. If it starts with '@', the bytes parameter is ignored and the signature is interpreted as a symbol lookup in the library.

int bytes

Number of bytes in the binary search string.

Return Value

True on success, false if nothing was found.