MainWindow.SignatureIntel.cs initializes and disposes the SignatureIntelService,
configures its scan options from startup profile settings (enabled, memory scan,
page scan), and provides QueueSignatureIntelForRootPid and QueueSignatureIntelForView
so event-driven scans can be queued from the existing ETW and IOCTL event paths.
Closes#9.