1 Repo
Tools that use language models to insert explanatory comments directly into decompiled pseudocode listings.
Distinct from Code Commenting: Distinct from Code Commenting: uses an LLM to automatically generate and insert comments into decompiled code, not manual commenting.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Automated Decompiled Code Commenters. 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
Instructs a language model to insert explanatory comments directly into the decompiled function listing.