1 repositorio
Tools that provide a graphical representation of assembly language instructions alongside corresponding source code.
Distinguishing note: Candidates focus on the act of assembling/disassembling (translating), not the visualization and inspection of the resulting code.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Assembly Visualizers. Refine with filters or upvote what's useful.
gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect
Provides a view of source code with interactive value hovers and the ability to toggle assembly language formats.