PrepSDKCall_SetSignature

Last Updated2007-06-16
Created At2007-06-16

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

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

Parameters

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

bool True on success, false if nothing was found.