Hacker News new | ask | show | jobs
by mrmuagi 1 day ago
Was going to ask you to elaborate but from your update I caught refreshing I see it kneecaps itself for safety?

I'm a hobbiest reverse engineer and I often use ida free/ollydbg to reverse engineer stuff. I'm tempted to use try and use llms as a help (I've used it for help with instruction one offs successfully, but not the decompiling/trying to make sense of decompiled functions).

1 comments

Yeah try Sonnet 5, it has no guardrails and it can run continuously. Hook it up to IDA, or I use Ghidra, with MCP and it can autonomously search for whatever you tell it to using a text prompt. It’s way faster than doing it by hand.

Only issue is Sonnet is kind of a silly model and whilst it’s good at searching for stuff, it lacks a little bit of common sense compared to Opus or Fable, so you’ll have to drive it.

You can tell it stuff like “find the code that handles the immobiliser” and it will give you a result in around 2 hours, which would take me weeks by hand.