mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Bump Reloaded.Hooks and dependencies to 4.0.1 (#904)
This commit is contained in:
parent
e8cb303314
commit
efcf8358d8
5 changed files with 54 additions and 54 deletions
|
|
@ -726,7 +726,7 @@ namespace Dalamud.Injector
|
|||
using var startInfoBuffer = new MemoryBufferHelper(process).CreatePrivateMemoryBuffer(startInfoBytes.Length + 0x8);
|
||||
var startInfoAddress = startInfoBuffer.Add(startInfoBytes);
|
||||
|
||||
if (startInfoAddress == IntPtr.Zero)
|
||||
if (startInfoAddress == UIntPtr.Zero)
|
||||
throw new Exception("Unable to allocate start info JSON");
|
||||
|
||||
injector.GetFunctionAddress(bootModule, "Initialize", out var initAddress);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue