mrphrazer/reverser_ai
A Binary Ninja plugin that uses locally-hosted LLMs to automatically suggest semantically meaningful function names from decompiler output.

ReverserAI is a research project that applies LLMs to automate reverse engineering tasks, operating entirely offline on consumer hardware. The tool processes decompiler output through local language models to suggest high-level function names. It is designed as a plugin for Binary Ninja but the architecture targets extensibility to IDA and Ghidra, exploring the combination of static analysis with AI capabilities for improved reverse engineering assistance.