lifting-bits / remill

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

Replace the Manual AArch32 Semantics and Decoder with Sleigh #659

Closed 2over12 closed 1 year ago

pgoodman commented 1 year ago

Can you delete any dead code?

2over12 commented 1 year ago

Are we sure we want to get rid of the manually implemented aarch32 semantics, this is just replacing those with a default mode of using the sleigh lifter instead. Im also still working on some issues with context registers at the moment

lkorenc commented 1 year ago

I would remove any dead code - we use git if someone needs them later can just pull it out from history.