Hacker News new | ask | show | jobs
by tralarpa 245 days ago
> I wish someone ran a proper study

There are several scientific publications on this. But I don't think the latest models are available as convenient plugins for IDA or Ghidra. Guessing variable and function names are considered as relatively easy nowadays. Types and structures are the challenges now.

1 comments

Even comments would be useful ("this function might be doing x, or maybe y")
I use the following IDA pro MCP plugin for this: https://github.com/mrexodia/ida-pro-mcp
I have never used it, but I think the GhidrAssist plugin does that (and more).