private static void HookTest() { Hooks.DetouredFunctions.SetWindowTextAHook.Install(); NativeImport.SetWindowTextA(NativeImport.GetConsoleWindow(), "Test"); }