fix: update for 6.4

This commit is contained in:
Anna 2023-05-25 12:47:46 -04:00
parent 214c90e015
commit db296318a6
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
3 changed files with 8 additions and 8 deletions

View File

@ -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();

View File

@ -44,14 +44,14 @@
<Private>False</Private>
</Reference>
<Reference Include="PeepingTom.Ipc">
<HintPath>..\..\PeepingTom\Peeping Tom.Ipc\bin\Release\net5.0-windows\Peeping Tom.Ipc.dll</HintPath>
<HintPath>..\..\PeepingTom\Peeping Tom.Ipc\bin\Release\net7.0-windows\Peeping Tom.Ipc.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.10"/>
<PackageReference Include="MessagePack" Version="2.4.59"/>
<PackageReference Include="PeepingTom.Ipc" Version="1.0.0"/>
<PackageReference Include="Sodium.Core" Version="1.3.2"/>
<PackageReference Include="Sodium.Core" Version="1.3.3"/>
<PackageReference Include="System.Threading.Channels" Version="7.0.0"/>
<PackageReference Include="WebSocketSharp-netstandard" Version="1.0.1"/>
<PackageReference Include="XivCommon" Version="7.0.0-alpha.1"/>

View File

@ -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, )"
}
}
}