2511-beta
What's Changed
BETA version snapshot 2511
Contains compiled binaries of client and server as of 30 Nov 2025
New Features
- Command-Line Interface (CLI): Full CLI support for automation and scripting
- Multiple export formats: JSON, CSV, HTML, Graphviz DOT, and plain text
- Progress reporting during dependency analysis
- Kernel-mode driver analysis support (
-kswitch) - Configurable depth limiting, quiet mode, and path formatting options
Core Improvements
- Server Refactoring: Unified
SERVER_CONTEXTfor safer thread and socket handling - Path Resolution: Optimized
CPathResolverwith cached KnownDll lookups and cache-sync logic - Configuration: Improved handling, MRU list thread-safety, and form argument validation
- Forwarder Handling: Improved module name extraction logic; local settings override for
ExpandForwarderssetting - Code Refactoring: Internal rearrangement for several modules, some bugs were fixed
Build & Infrastructure
- Updated to .NET 10 and Visual Studio 2026
- Upgraded C++ toolset to v145
- Refactored AppVeyor configuration for .NET SDK
Documentation
- Updated README with comprehensive CLI documentation and usage examples
Full Changelog: 2510-beta...2511-beta