- 45 Posts
- 3 Comments
Joined 4 months ago
Cake day: June 7th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
cm0002@lemdro.idOPto Programming@programming.dev•Decompiling Binary Code with Large Language ModelsEnglish1·2 days agoFrom 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
Sorry, lemdro.id image upload is having issues so I just defaulted to using imgur
I have now updated the post to use a different image host
It tries to do exactly that, it actually uses ghidra for the initial decompilation