lifting-bits / fcd

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

Handle floats in AST generation #31

Open surovic opened 6 years ago

surovic commented 6 years ago

The AST generation algorithm completely disregards floating point types and crashes if the input bitcode contains them. Needless to say, floats should be handled better.

surovic commented 6 years ago

Update: Progress being made on dev-clang-ast as a part of the AST generator rewrite. Floats are being given the same attention as other LLVM IR types.