From a2d343c35bc7a8dc475066c36dc02c7cd2e32654 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Mon, 30 Jun 2025 21:45:47 +0200 Subject: [PATCH] Update main.cpp --- src/analyzer/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/analyzer/main.cpp b/src/analyzer/main.cpp index 99554c60..5739b501 100644 --- a/src/analyzer/main.cpp +++ b/src/analyzer/main.cpp @@ -439,6 +439,10 @@ namespace { options.buffer_stdout = true; } + else if (arg == "-x" || arg == "--exec") + { + options.log_executable_access = true; + } else if (arg == "-c" || arg == "--concise") { options.concise_logging = true;