39
you are viewing a single comment's thread
view the rest of the comments

Is the decompiled code guaranteed to be equivalent to the compiled code? While this might be cool it doesn't seem that useful if you can't reason about the correctness of the output. I skimmed the README and didn't manage to figure it out

[-] cm0002@lemdro.id 0 points 2 months ago* (last edited 2 months ago)

From my understanding, it trys to tackle the hardest part, getting from Assembly back to something human readable and not necessarily compilable out the gate

A large part of the tedious and intensive process of decompilation is just figuring out what chunks in ASM do what and working it out to named functions and variables

[-] anton@lemmy.blahaj.zone 1 points 2 months ago

But aren't there already tools that turn asm into matching C? Why not do that first and only use the LLM to name variables and functions without affecting code structure?

load more comments (1 replies)
this post was submitted on 16 Oct 2025
39 points (85.5% liked)

Programming

24343 readers
184 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS