Improved module selection in payload generation modal with tooltips from the module manager.

This commit is contained in:
Jakob Friedl
2025-09-27 12:36:59 +02:00
parent 9de4ac4838
commit 933a72f920
13 changed files with 55 additions and 25 deletions

View File

@@ -318,6 +318,7 @@ type
Module* = object
name*: string
description*: string
moduleType*: ModuleType
commands*: seq[Command]
# Definitions for ImGui User interface