cm0002@lemdro.id to Programming@programming.devEnglish · 2 days agoDecompiling Binary Code with Large Language Modelsgithub.comexternal-linkmessage-square27linkfedilinkarrow-up143arrow-down17
arrow-up136arrow-down1external-linkDecompiling Binary Code with Large Language Modelsgithub.comcm0002@lemdro.id to Programming@programming.devEnglish · 2 days agomessage-square27linkfedilink
minus-squareoplkill@lemmy.worldlinkfedilinkarrow-up2·22 hours agoI don’t get it, how is it better than ghidra? Or it tries to name func, vars and types too, which is hard work
minus-squarecm0002@lemdro.idOPlinkfedilinkEnglisharrow-up2·22 hours ago Or it tries to name func, vars and types too, It tries to do exactly that, it actually uses ghidra for the initial decompilation
minus-squareoplkill@lemmy.worldlinkfedilinkarrow-up1·21 hours agoMmm, exciting, will it guess global unknown array variables, where god knows where they start/ends? From git example it seems just works in specific functions, not globally the whole code with global variable space
I don’t get it, how is it better than ghidra? Or it tries to name func, vars and types too, which is hard work
It tries to do exactly that, it actually uses ghidra for the initial decompilation
Mmm, exciting, will it guess global unknown array variables, where god knows where they start/ends? From git example it seems just works in specific functions, not globally the whole code with global variable space