fix: BaseAddressResolver should take a ISigScanner instead

This commit is contained in:
goat 2023-10-05 23:15:34 +02:00
parent 2405dca9e1
commit db5b9d1b83
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
16 changed files with 21 additions and 21 deletions

View file

@ -58,7 +58,7 @@ internal sealed class GameGuiAddressResolver : BaseAddressResolver
public IntPtr Utf8StringFromSequence { get; private set; }
/// <inheritdoc/>
protected override void Setup64Bit(SigScanner sig)
protected override void Setup64Bit(ISigScanner sig)
{
this.SetGlobalBgm = sig.ScanText("4C 8B 15 ?? ?? ?? ?? 4D 85 D2 74 58");
this.HandleItemHover = sig.ScanText("E8 ?? ?? ?? ?? 48 8B 5C 24 ?? 48 89 AE ?? ?? ?? ?? 48 89 AE ?? ?? ?? ??");