awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesCommand Variable Definitions

Mechanisms for defining custom variables within tool commands to simplify data referencing.

Distinct from Automation Variable Definitions: Unlike the candidates, this is about internal debugger command state, not CSS, web state, or automation templates.

Explore 4 awesome GitHub repositories matching development tools & productivity · Command Variable Definitions. Refine with filters or upvote what's useful.

Awesome Command Variable Definitions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hugsy/gefAvatar de hugsy

    hugsy/gef

    8,020Ver en GitHub↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Provides custom variable definitions within commands to simplify repetitive data referencing during debugging sessions.

    Pythonbinary-ninjactfdebugging
    Ver en GitHub↗8,020
  • evilmartians/lefthookAvatar de evilmartians

    evilmartians/lefthook

    7,598Ver en GitHub↗

    Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env

    Creates replaceable variables within command definitions to allow local configurations to override specific values.

    Gogitgogolang
    Ver en GitHub↗7,598
  • puremourning/vimspectorAvatar de puremourning

    puremourning/vimspector

    4,306Ver en GitHub↗

    Vimspector is a visual debugger integration for Vim that enables developers to step through code and inspect program state without leaving the editor. It utilizes the Debug Adapter Protocol to provide a unified interface for debugging multiple programming languages through various debug adapters. The project distinguishes itself by supporting low-level analysis and specialized environments, including bare metal hardware debugging for microcontrollers and the ability to perform disassembly analysis and process memory dumping. It also provides remote debugging capabilities by proxying requests

    Defines name-value pairs and executes shell commands to generate variables used in debug configurations.

    Vim Scriptcppdebug-adapter-protocoldebugger
    Ver en GitHub↗4,306
  • orange-cyberdefense/arsenalAvatar de Orange-Cyberdefense

    Orange-Cyberdefense/arsenal

    3,686Ver en GitHub↗

    Arsenal is a terminal command inventory and launcher designed to manage curated libraries of shell syntax and markdown-based cheatsheets. It functions as a searchable repository for complex terminal operations, allowing users to import structured text files and execute commands within a managed environment. The tool integrates with terminal multiplexers to launch commands in separate panes, decoupling execution from the main interface. It features a variable manager that defines global arguments, such as target addresses, which are automatically mapped into command templates to eliminate repe

    Defines global variables to automatically prefill repetitive arguments like target addresses across commands.

    Python
    Ver en GitHub↗3,686
  1. Home
  2. Development Tools & Productivity
  3. Command Variable Definitions