cm0002@lemdro.id to Programming@programming.devEnglish · 2 days agoDecompiling Binary Code with Large Language Modelsgithub.comexternal-linkmessage-square27fedilinkarrow-up145arrow-down17cross-posted to: programming@lemmy.ml
arrow-up138arrow-down1external-linkDecompiling Binary Code with Large Language Modelsgithub.comcm0002@lemdro.id to Programming@programming.devEnglish · 2 days agomessage-square27fedilinkcross-posted to: programming@lemmy.ml
minus-squareoplkill@lemmy.worldlinkfedilinkarrow-up2·1 day 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·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·1 day 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