Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Migrate IR passes from RemillTranslationContext::FinalizeModule() #27

Open
surovic opened this issue Apr 9, 2018 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@surovic
Copy link

surovic commented Apr 9, 2018

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 surovic added the enhancement New feature or request label Apr 9, 2018
@surovic surovic self-assigned this Apr 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant