1 repositorio
Plugins that route reverse engineering tasks to language models for automated code analysis and documentation.
Distinct from LLM Plugin Orchestrators: Distinct from LLM Plugin Orchestrators: specifically targets reverse engineering environments like IDA Pro, not general LLM task routing.
Explore 1 awesome GitHub repository matching development tools & productivity · Reverse Engineering Plugin Orchestrators. Refine with filters or upvote what's useful.
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
An IDA Pro plugin that uses large language models to explain decompiled functions, rename variables, and add comments to pseudocode.