1 repositorio
Persistence of text comments linked to specific coordinates within a compiled binary using sidecar files.
Distinct from Code Annotations: Distinct from general code annotations by linking comments to binary offsets/coordinates via external sidecar files.
Explore 1 awesome GitHub repository matching development tools & productivity · Binary Coordinate Annotations. 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
Implements a system for adding and persisting text comments to specific binary coordinates using sidecar files.