this post was submitted on 16 Oct 2025
38 points (86.5% liked)

Programming

23155 readers
334 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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] zygo_histo_morpheus@programming.dev 8 points 2 days ago (3 children)

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 1 points 2 days ago* (last edited 2 days ago) (1 children)

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

load more comments (1 replies)