Class LibcFunctionAddressResolver
The address resolver for the LibcFunction class.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.Libc
Assembly: Dalamud.dll
Syntax
public sealed class LibcFunctionAddressResolver : BaseAddressResolver
Properties
| Improve this Doc View SourceStdStringDeallocate
Gets the address of the native StdStringDeallocate method.
Declaration
public IntPtr StdStringDeallocate { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
StdStringFromCstring
Gets the address of the native StdStringFromCstring method.
Declaration
public IntPtr StdStringFromCstring { get; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
Methods
| Improve this Doc View SourceSetup64Bit(SigScanner)
Setup the resolver by finding any necessary memory addresses.
Declaration
protected override void Setup64Bit(SigScanner sig)
Parameters
| Type | Name | Description |
|---|---|---|
| SigScanner | sig |