From db296318a6c5c159b91f842aa89fdb7a20707ae4 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Thu, 25 May 2023 12:47:46 -0400 Subject: [PATCH] fix: update for 6.4 --- XIVChatPlugin/GameFunctions.cs | 4 ++-- XIVChatPlugin/XIVChatPlugin.csproj | 4 ++-- XIVChatPlugin/packages.lock.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/XIVChatPlugin/GameFunctions.cs b/XIVChatPlugin/GameFunctions.cs index 8ef430e..bb5b942 100644 --- a/XIVChatPlugin/GameFunctions.cs +++ b/XIVChatPlugin/GameFunctions.cs @@ -20,7 +20,7 @@ namespace XIVChatPlugin { internal const string Input = "80 B9 ?? ?? ?? ?? ?? 0F 9C C0"; internal const string InputAfk = "E8 ?? ?? ?? ?? 0F 28 74 24 ?? 0F B6 F0"; internal const string FriendList = "40 53 48 81 EC 80 0F 00 00 48 8B 05 ?? ?? ?? ?? 48 33 C4 48 89 84 24 ?? ?? ?? ?? 48 8B D9 48 8B 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 85 C0 0F 84 ?? ?? ?? ?? 44 0F B6 43 ?? 33 C9"; - internal const string Format = "48 89 5C 24 ?? 48 89 6C 24 ?? 48 89 74 24 ?? 41 56 48 83 EC 30 48 8B 6C 24"; + internal const string Format = "48 89 5C 24 ?? 48 89 6C 24 ?? 48 89 7C 24 ?? 41 56 48 83 EC 30 48 8B 6C 24"; internal const string ReceiveChunk = "48 89 5C 24 ?? 56 48 83 EC 20 48 8B 0D ?? ?? ?? ?? 48 8B F2"; internal const string GetColour = "48 89 5C 24 ?? 48 89 6C 24 ?? 48 89 74 24 ?? 57 48 83 EC 20 8B F2 48 8D B9"; @@ -152,7 +152,7 @@ namespace XIVChatPlugin { internal GameFunctions(Plugin plugin) { this.Plugin = plugin; - + SignatureHelper.Initialise(this); this._friendListHook?.Enable(); diff --git a/XIVChatPlugin/XIVChatPlugin.csproj b/XIVChatPlugin/XIVChatPlugin.csproj index 5221a22..3a7de83 100644 --- a/XIVChatPlugin/XIVChatPlugin.csproj +++ b/XIVChatPlugin/XIVChatPlugin.csproj @@ -44,14 +44,14 @@ False - ..\..\PeepingTom\Peeping Tom.Ipc\bin\Release\net5.0-windows\Peeping Tom.Ipc.dll + ..\..\PeepingTom\Peeping Tom.Ipc\bin\Release\net7.0-windows\Peeping Tom.Ipc.dll - + diff --git a/XIVChatPlugin/packages.lock.json b/XIVChatPlugin/packages.lock.json index 741a4b8..71d03dd 100644 --- a/XIVChatPlugin/packages.lock.json +++ b/XIVChatPlugin/packages.lock.json @@ -26,9 +26,9 @@ }, "Sodium.Core": { "type": "Direct", - "requested": "[1.3.2, )", - "resolved": "1.3.2", - "contentHash": "IHAEJiRwrK8g6FtNiImAgvzoMpEkhKA4mWUNR9wfUVQoDGw+wrf4ZglXp/tBhwHR3zGkwjQ3vgu25zRzVhnj7w==", + "requested": "[1.3.3, )", + "resolved": "1.3.3", + "contentHash": "XjAzj6RCSMB2/7j8nH3Rcq9Q/yIAvdEu8mCfwfs8s7cG5TMyefhuhlLBDOGA0my/n/aWVxE5QHORHHNYBMianA==", "dependencies": { "libsodium": "1.0.18.4" } @@ -84,7 +84,7 @@ "type": "Project", "dependencies": { "MessagePack": "[2.4.59, )", - "Sodium.Core": "[1.3.2, )" + "Sodium.Core": "[1.3.3, )" } } }