Method Lookup
Lookup(LazyEncodedString)
Looks up the native address of a symbol
public ulong Lookup(LazyEncodedString name)
Parameters
name
LazyEncodedStringNameField of the symbol to find the address of
Returns
- ulong
Address of the symbol
Exceptions
- LlvmException
Error occurred with lookup [Most likely the symbol is not found]