You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
To facilitate usage of modules that were lifted by other remill-based tools (most notably McSema), IR passes such as
RemillArgumentRecoveryandRemillStackRecoveryneed 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,