You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CLI and export functionality to WinDepends
Introduces a command-line interface (CLI) handler (CCliHandler.cs) and export functionality (CExporter.cs) supporting multiple formats (JSON, CSV, HTML, DOT, text). Updates README with CLI documentation and usage examples. Minor code and designer cleanups in utility and form files to support new features.
Merge pull request #34 from hfiref0x/2509-beta
Address issues found during profiling
Better handling of some type of malformed files
Internal fuzzer updated with JSON validation