コード例 #1
0
ファイル: HookManager.cs プロジェクト: aroes/cryptaware
 public HookManager(NktProcess process)
 {
     this.process = process;
     this.ID      = process.Id;
     this.UI      = FormInterface.GetInstance();
     this.pw      = ProcessWatcher.GetInstance();
     intelligence = new IntelliMod(process);
 }
コード例 #2
0
 private void WhitelistManager_FormClosed(object sender, FormClosedEventArgs e)
 {
     FormInterface.GetInstance().whiteListButton.Enabled = true;
 }