Skip to content

2511-beta

Choose a tag to compare

@hfiref0x hfiref0x released this 30 Nov 11:54
· 24 commits to master since this release
b608567

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 (-k switch)
    • Configurable depth limiting, quiet mode, and path formatting options

Core Improvements

  • Server Refactoring: Unified SERVER_CONTEXT for safer thread and socket handling
  • Path Resolution: Optimized CPathResolver with 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 ExpandForwarders setting
  • 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