awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Code Transformation Tools · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesCode Transformation Tools

Utilities that perform structural code modifications by parsing language grammars.

Distinguishing note: Focuses on AST-based manipulation rather than simple text search-and-replace.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Code Transformation Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Code Transformation Tools

Awesome Code Transformation Tools GitHub Repositories

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

    skylot/jadx

    47,324View on GitHub↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Provides automated manipulation of intermediate code representations to simplify logic and remove redundancies.

    Javaandroiddecompilerdex
    47,324View on GitHub↗
  • helix-editor/helix

    helix-editor/helix

    43,034View on GitHub↗

    Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object

    Performing precise text operations by leveraging structural tree parsing to select, move, and modify code blocks based on language grammar.

    Rustkakounerusttext-editor
    43,034View on GitHub↗