fix: try to copy .text and .data of TargetModule to avoid conflicts(WIP, needs testing)

This commit is contained in:
goat 2020-01-26 17:25:11 +09:00
parent 3ae9705e8d
commit e2f9773e33
5 changed files with 67 additions and 20 deletions

View file

@ -55,7 +55,7 @@ namespace Dalamud.Plugin
this.Framework = dalamud.Framework;
this.ClientState = dalamud.ClientState;
this.UiBuilder = new UiBuilder(dalamud.InterfaceManager, pluginName);
this.TargetModuleScanner = new SigScanner(dalamud.TargetModule);
this.TargetModuleScanner = dalamud.SigScanner;
this.dalamud = dalamud;
this.pluginName = pluginName;