1 مستودع
Tools that use language models to generate plain-English explanations of decompiled function logic.
Distinct from Decompiled Code Browsers: Distinct from Decompiled Code Browsers: adds LLM-based semantic explanation, not just viewing and manual commenting.
Explore 1 awesome GitHub repository matching development tools & productivity · LLM-Powered Function Explainers. 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
Sends decompiled function code to a language model and returns a plain-English description of what the code does.