lifting-bits / remill

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

Mixed Mode AArch32 #622

Closed 2over12 closed 1 year ago

2over12 commented 1 year ago

This PR migrates AArch32 to support a mixed mode between thumb and normal aarch32 by using the context object to mode switch.

2over12 commented 1 year ago

looks like the dockerfile doesnt like how sleigh is being installed, need to look into this: https://github.com/lifting-bits/sleigh/issues/124

2over12 commented 1 year ago

This is getting reworked substantially. Most of these reviews won't be applicable