radareorg / radeco

radare2-based decompiler and symbol executor
372 stars 52 forks source link

Diaphora support based on RadecoIR #12

Open XVilka opened 9 years ago

XVilka commented 9 years ago

Related to https://github.com/radare/radare2/issues/2742

Probably, using higher level IR for diffing makes more sense?

radare commented 9 years ago

Yeah probably an optimized version of radecoir can be better for diffing. Current r2 diffing engine works quite well. But it lacks an ui. I would not priorize supporting diffinhg based on radeco because it will be handy when integrated with r2. And we have to priorize the decompilation.

On 16 Jun 2015, at 13:59, Anton Kochkov notifications@github.com wrote:

Related to radare/radare2#2742

Probably, using higher level IR for diffing makes more sense?

— Reply to this email directly or view it on GitHub.

XVilka commented 9 years ago

yep, it is a very low priority and a long term goal. Just to keep this in mind