lifting-bits / fcd

An optimizing decompiler (modified to use remill semantics)

Home Page:http://zneak.github.io/fcd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port the IdentifyLocals IR Pass

surovic opened this issue · comments

This pass attempts to recover the stack frame after function argument recovery is done. By changing the lifted IR, the pass needs to be updated.

Reimplemented in PR #16 . Issue will be closed if PR is accepted.