Ask HN: How are you using LLMs for traversing decompiler output?
Binary Ninja has an AI integration called side kick, it has a free trial but I'm not sure it can be used in the free web version. [1]In my experience, the off the shelf LLMs (e.g. ChatGPT) do a pretty poor job with assembly, they can not reason about the stack or stack frames well.I think your job will be the same with or without AI. Figuring out the data structures and data types a function is operating on and naming variables.What are you reverse engineering for? For example, getting a full co...
Read more at news.ycombinator.com