

1·
18 hours 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
It tries to do exactly that, it actually uses ghidra for the initial decompilation