lifting-bits / remill

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

Missing DR registers #578

Closed pgoodman closed 2 years ago

pgoodman commented 2 years ago

Trying to lift the following instruction results in a crash.

(X86 39fbc5 (BYTES 0f 23 fa) MOV_DR_DR_GPR32 (WRITE_OP (REG_64 DR7)) (READ_OP (REG_32 EDX)))
pgoodman commented 2 years ago

Closed in #579.