radareorg / radeco

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

Rewrite InstCombine and Arithmetic substitution patterns #258

Open XVilka opened 5 years ago

XVilka commented 5 years ago

Idea is to rewrite them into the runtime-loaded DSL. One of the possible candidates is Prolog (or Datalog). The another possible candidate is LISP/Scheme (most likely subset of them).