From aa70e051b937a166320f5a02a0f1a5dec4375e1c Mon Sep 17 00:00:00 2001 From: 6fings <6.fings.2024@gmail.com> Date: Sat, 25 Apr 2026 12:10:24 +0530 Subject: [PATCH] Fix: Corrected pipe path in pipe status tooltip --- EtwTiViewer/ImGuiApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EtwTiViewer/ImGuiApp.cpp b/EtwTiViewer/ImGuiApp.cpp index 94e46a3..2980c78 100644 --- a/EtwTiViewer/ImGuiApp.cpp +++ b/EtwTiViewer/ImGuiApp.cpp @@ -339,7 +339,7 @@ void ImGuiApp::RenderToolbar() { pipeLabel = "Pipe"; pipeCol = {0.20f, 0.85f, 0.20f, 1.0f}; pipeTip = "Kernel \xe2\x86\x92 Viewer named pipe\n" - " Path : \\\\.\\pipe\\EtwTiPipe\n" + " Path : \\\\.\\pipe\\EtwTiForwarder\n" " Status: Connected\n\n" " Delivers: PROCESS_CREATE, PROCESS_EXIT,\n" " IMAGE_LOAD\n"