Пример #1
0
        private static void HookTest()
        {
            Hooks.DetouredFunctions.SetWindowTextAHook.Install();

            NativeImport.SetWindowTextA(NativeImport.GetConsoleWindow(), "Test");
        }