9ce2164868
CRITICAL BUG FIX: The generator script (malware-scanner.sh) was using color variables (CYAN, RED, YELLOW, GREEN, NC) in the show_scan_menu() and other functions, but these variables were never defined in the generator itself. This caused: - Menu display would have no color codes (empty variables) - Installation guide would have no color codes - Poor user experience on the menu system Solution: - Added color variable definitions at script start (matching launcher.sh) - RED, GREEN, YELLOW, CYAN, BOLD, NC are now defined - Colors will display correctly in all menu functions Note: Color variables were already defined in the heredoc (standalone scanner) but were missing from the generator code itself.