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-squarecm0002@lemdro.idOPlinkfedilinkEnglisharrow-up2·1 day 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·24 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
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