awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Breakpoint Injection Utilities · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesBreakpoint Injection Utilities

Low-level mechanisms for modifying instruction streams to trigger execution halts.

Distinguishing note: Focuses on hardware-level register and instruction manipulation.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Breakpoint Injection Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Breakpoint Injection Utilities

Awesome Breakpoint Injection Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • go-delve/delve

    go-delve/delve

    24,605View on GitHub↗

    Delve is a command-line debugger designed for programs written in the Go programming language. It provides an interactive interface for runtime analysis, allowing developers to control program execution, inspect memory and variable states, and navigate call stacks to identify logic errors. The tool distinguishes itself through deep integration with the Go runtime, specifically by providing goroutine-aware stack unwinding and the ability to manage concurrent execution threads. It utilizes a client-server protocol to decouple the debugger engine from the user interface, enabling both local and

    Modifies process instruction streams or sets processor-level registers to trigger execution halts.

    Godebuggergogolang
    24,605View on GitHub↗