1 repositorio
UI layouts that present two related versions of code, such as assembly and source, in parallel synchronized views.
Distinct from Side-by-Side Service Views: None of the candidates cover the specific need for side-by-side assembly and source code alignment.
Explore 1 awesome GitHub repository matching user interface & experience · Side-By-Side Code Visualizations. Refine with filters or upvote what's useful.
lensm is a binary analysis tool and Go disassembler interface designed for navigating disassembled machine code, tracking function calls, and inspecting executable metadata. It specifically functions as a Go assembly viewer that visualizes compiled binary instructions alongside their original source code. The project implements the Model Context Protocol to expose internal functions and source code as tools for external AI systems. This protocol-based analysis server enables the streaming of binary data and the management of server lifecycles to allow external tools to analyze logic. The sys
Displays compiled binary instructions side-by-side with original source code for simplified analysis.