lifting-bits / fcd

An optimizing decompiler (modified to use remill semantics)
http://zneak.github.io/fcd
Other
30 stars 3 forks source link

Port the IdentifyLocals IR Pass #10

Closed surovic closed 6 years ago

surovic commented 6 years ago

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.

surovic commented 6 years ago

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