lifting-bits / fcd

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

Refactor main.cpp #4

Closed surovic closed 6 years ago

surovic commented 6 years ago

The main.cpp file hosts a lot of code which was either obsoleted by using Google Flags or does not work well with Remill's clang-format. Some refactoring is in order. This might also result in splitting main.cpp into smaller files.

pgoodman commented 6 years ago

One possibility is that you get multiple files (as you mentioned), each with its own main, each producing different binaries, e.g. fcd, fcd-mcsema, etc.