cm0002@lemdro.id to Programming@programming.devEnglish · 2 天前Decompiling Binary Code with Large Language Modelsgithub.comexternal-linkmessage-square27fedilinkarrow-up143arrow-down17
arrow-up136arrow-down1external-linkDecompiling Binary Code with Large Language Modelsgithub.comcm0002@lemdro.id to Programming@programming.devEnglish · 2 天前message-square27fedilink
minus-squareoplkill@lemmy.worldlinkfedilinkarrow-up2·22 小时前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
minus-squarecm0002@lemdro.idOPlinkfedilinkEnglisharrow-up2·21 小时前 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 小时前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
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