feat: Add command line arguments to process tooltips, exclude kthreads on Linux

Fixes #2558
This commit is contained in:
WerWolv
2025-12-11 17:09:26 +01:00
parent f234103320
commit 1db79f6117
2 changed files with 116 additions and 6 deletions

View File

@@ -86,6 +86,7 @@ namespace hex::plugin::builtin {
struct Process {
u32 id;
std::string name;
std::string commandLine;
ImGuiExt::Texture icon;
};