public HookManager(NktProcess process) { this.process = process; this.ID = process.Id; this.UI = FormInterface.GetInstance(); this.pw = ProcessWatcher.GetInstance(); intelligence = new IntelliMod(process); }