lifting-bits/fcd

Reimplement the TranslationContext class using Remill

surovic opened this issue · 4 comments

Title is pretty self-explanatory. Relevant code is in fcd/codegen/translation_context.cpp. This will also include changes to the users of TranslationContext. Code will be formatted using Remill's clang-format.

Note: I am not certain if Remill's clang-format file is correct. I generally use Eclipse's Google C++ XML file when I need to auto-format third-party code.

I could try using clang-format's default google preset. Do you think that would be a better idea? I assume it's the same style as the eclipse xml.

Probably a good idea.

Implemented in #7