Versions:

  • 0.6.3
  • 0.6.2
  • 0.6.1
  • 0.6.0
  • 0.5.0
  • 0.4.3
  • 0.4.2
  • 0.4.1
  • 0.4.0

dotsider 0.6.3 is a cross-platform terminal user-interface tool designed for developers who need to inspect, compare and understand the inner workings of .NET assemblies without leaving the command line. Written by willibrandon and now in its ninth public iteration since inception, the open-source utility presents an interactive text-based dashboard that lets users browse assembly structure, drill into metadata tables, read IL disassembly, search embedded strings, view hex dumps, generate dependency graphs, visualize size maps, and even attach to running processes for live tracing via Microsoft’s EventPipe pipeline. Additional panes support side-by-side assembly diffing to spot version-to-version changes, as well as integrated NuGet package browsing so that third-party dependencies can be explored before they are added to a project. Because everything is rendered in lightweight Unicode graphics, dotsider launches instantly on Windows, Linux or macOS terminals, making it convenient for build-server forensics, CI troubleshooting, containerized diagnostics, classroom demonstrations, or quick security audits when a full IDE is unavailable. The program is especially popular among reverse engineers, performance tuners, and package maintainers who want a fast, keyboard-driven workflow for answering “what did this assembly actually ship?” or “why did the size jump?” Accurate reflection data, token resolution, and on-the-fly decompilation are generated through the same Cecil and CLRMD libraries trusted by larger commercial profilers, ensuring that the output always matches the runtime behavior. dotsider is distributed free of charge from get.nero.com, where downloads are delivered through verified Windows package sources such as winget, automatically supply the newest build, and can be queued alongside other applications for unattended batch installation.

Tags: