Comment on Ask HN: How are you using LLMs for traversing decompiler output?Comments−sitkack1yDo you know the compiler and what the source possibly looks like? I found LLMs are pretty good at recovering code from binaries, they need help though.If you are able to run the program and collect traces, that will help a ton.
Comments
Do you know the compiler and what the source possibly looks like? I found LLMs are pretty good at recovering code from binaries, they need help though.
If you are able to run the program and collect traces, that will help a ton.