Expand description
JIT disassembly parser and interactive REPL.
Parses .NET JIT disassembly output (DOTNET_JitDisasm) into structured method records, then provides a command-line interface for querying them.
Structs§
- JitIndex
- Parsed index of all methods in a JIT disassembly file.
- JitMethod
- A single disassembled method.
Functions§
- run_
repl - Run the interactive REPL. Reads commands from stdin, writes results to stdout.