コード例 #1
0
ファイル: KeyloggerHelper.cs プロジェクト: zyjsuper/QuasarRAT
        public static string GetActiveWindowTitle()
        {
            string title = NativeMethodsHelper.GetForegroundWindowTitle();

            return((!string.IsNullOrEmpty(title)) ? title : null);
        }