Skip to main content

client.find_signature

Finds the specified pattern and returns a pointer to it, or nil if not found.

client.find_signature(module_name: string, pattern: string): userdata

Arguments

NameDescriptionType
module_nameFilename of the module that contains the interfacestring
patternString of the signature. Escape with \x, replace wildcards with \xCC.string

Returns match: userdata