lifting-bits / fcd

An optimizing decompiler (modified to use remill semantics)
http://zneak.github.io/fcd
Other
30 stars 3 forks source link

Move memop lowering and ISEL/intrinsics cleanup code to remill #8

Open surovic opened 6 years ago

surovic commented 6 years ago

The code in fcd is itself copied over from McSema and seems like a reasonable candidate for inclusion into remill as a fast out-of-the-box option to get a cleaner lifted IR. The code could be placed into remill/BC/Lowering.(h|cpp) or something similar.

surovic commented 6 years ago

Maybe some of the code could be made into LLVM passes?