dotsider lets you open any .NET DLL, EXE, or NuGet package in a terminal and immediately see everything inside β types, methods, IL bytecode, strings, PE headers, dependencies, and size breakdowns. Inspired by binsider for ELF binaries, it brings that same quick-glance workflow to .NET. Vim-style keybindings, so you never leave your terminal to answer βwhatβs actually in this assembly?β
Copilot says:
AI-generated
Dive into your .NET assemblies with a slick text-based explorer that makes poking around metadata, IL code, and dependencies a breeze β all without leaving your terminal! Itβs like a Swiss Army knife for .NET nerds who love their TUI with a side of power.
Key features:
- π§ Explore assembly details across 8 interactive tabs
- π Inspect IL code and jump between methods with ease
- π Visualize dependencies with a dynamic graph
- β‘ Live trace running assemblies via EventPipe for real-time insights
This summary was generated by GitHub Copilot based on the project README.