1 repository
Temporary views of code segments used for rapid inspection before promoting them to persistent tabs.
Distinct from Safe Code Previews: Focuses on a temporary UI preview of disassembled code, not a security-focused sandbox preview.
Explore 1 awesome GitHub repository matching security & cryptography · Code Previews. 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 a temporary view of a function's code that can be promoted to a persistent tab.