mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Update SigScanner.cs
missing log line
This commit is contained in:
parent
8fd683c2b4
commit
27cdcba6ec
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ namespace Dalamud.Game {
|
||||||
Log.Verbose("module copy START");
|
Log.Verbose("module copy START");
|
||||||
// .text
|
// .text
|
||||||
this.moduleCopyPtr = Marshal.AllocHGlobal(Module.ModuleMemorySize);
|
this.moduleCopyPtr = Marshal.AllocHGlobal(Module.ModuleMemorySize);
|
||||||
|
Log.Verbose($"Alloc: {this.moduleCopyPtr.ToInt64():x}");
|
||||||
Buffer.MemoryCopy(Module.BaseAddress.ToPointer(), this.moduleCopyPtr.ToPointer(), Module.ModuleMemorySize, Module.ModuleMemorySize);
|
Buffer.MemoryCopy(Module.BaseAddress.ToPointer(), this.moduleCopyPtr.ToPointer(), Module.ModuleMemorySize, Module.ModuleMemorySize);
|
||||||
this.moduleCopyOffset = this.moduleCopyPtr.ToInt64() - Module.BaseAddress.ToInt64();
|
this.moduleCopyOffset = this.moduleCopyPtr.ToInt64() - Module.BaseAddress.ToInt64();
|
||||||
Log.Verbose("copy OK!");
|
Log.Verbose("copy OK!");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue