awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

2 repositorios

Awesome GitHub RepositoriesDecompiled Code Variable Renamers

Tools that use AI analysis to suggest and apply meaningful variable names specifically to decompiled code.

Distinct from Variable Name Manglers: Distinct from Variable Name Manglers: focuses on semantic renaming for readability, not size reduction or obfuscation.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Decompiled Code Variable Renamers. Refine with filters or upvote what's useful.

Awesome Decompiled Code Variable Renamers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • justicerage/gepettoAvatar de JusticeRage

    JusticeRage/Gepetto

    3,362Ver en GitHub↗

    Gepetto is an IDA Pro plugin that integrates large language models directly into the reverse engineering workflow. It functions as a multi-provider LLM client, allowing users to explain decompiled functions, rename variables, and add comments to pseudocode, all while supporting multiple language model backends and a localized interface. The plugin distinguishes itself through a plugin-based architecture that abstracts multiple LLM providers behind a unified interface, enabling hot-swapping between providers and models without restarting IDA Pro. It also features a command-line interface bridg

    Asks a language model to suggest meaningful variable names and applies the best ones to decompiled code.

    Pythongpt-5-apiida-proopenai
    Ver en GitHub↗3,362
  • microsoft/vscode-js-debugAvatar de microsoft

    microsoft/vscode-js-debug

    1,950Ver en GitHub↗

    This project is a diagnostic adapter that connects code editors and standalone tools to running runtime processes using the standard Debug Adapter Protocol. It functions as a JavaScript and TypeScript debug implementation that maps compiled code back to original source files using sourcemaps, allowing developers to set breakpoints, inspect variables, and evaluate expressions without manual configuration. The tool handles cross-environment code execution by automatically attaching to child processes, worker threads, service workers, and terminal processes. It supports advanced debugging capabi

    Translates renamed identifiers across views and evaluation requests using sourcemap data.

    TypeScriptdapdebughacktoberfest
    Ver en GitHub↗1,950
  1. Home
  2. Programming Languages & Runtimes
  3. Variable Name Manglers
  4. Decompiled Code Variable Renamers

Explorar subetiquetas

  • Sourcemap Variable MappingsTranslates renamed code identifiers across views and evaluation requests using sourcemap data. **Distinct from Decompiled Code Variable Renamers:** Distinct from Decompiled Code Variable Renamers: uses explicit sourcemap data to translate variable names instead of heuristic AI renaming.