This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
Migrate IR passes from RemillTranslationContext::FinalizeModule()
#27
Labels
enhancement
New feature or request
To facilitate usage of modules that were lifted by other remill-based tools (most notably McSema), IR passes such as
RemillArgumentRecovery
andRemillStackRecovery
need to be run outside ofRemillTranslationContext::FinalizeModule()
. Ideally put intoRunPassPipeline()
or a related function inmain.cpp
. This will allow the passes to be run independently of lifting,The text was updated successfully, but these errors were encountered: