lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.22k stars 142 forks source link

Ian/instruction carry lifter #615

Closed 2over12 closed 1 year ago

2over12 commented 1 year ago

This PR limits the scope of Default lifters to only providing instruction independent lifting (ie. lifting registers). Instruction lifting is now held by the instruction itself. The decoder is then able to select the lifter based on instruction context.