lifting-bits / remill

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

X86 segment reg override #512

Closed lkorenc closed 3 years ago

lkorenc commented 3 years ago

Currently if some legacy prefix that changed default segment reg is present, this information is not explicitly exported. It is included in the Address operand itself if applicable however - it can be useful for some users to have access to this explicitly.