fcd icon indicating copy to clipboard operation
fcd copied to clipboard

Migrate IR passes from `RemillTranslationContext::FinalizeModule()`

Open surovic opened this issue 7 years ago • 0 comments

To facilitate usage of modules that were lifted by other remill-based tools (most notably McSema), IR passes such as RemillArgumentRecovery and RemillStackRecovery need to be run outside of RemillTranslationContext::FinalizeModule(). Ideally put into RunPassPipeline() or a related function in main.cpp. This will allow the passes to be run independently of lifting,

surovic avatar Apr 09 '18 19:04 surovic