bap-x86
module CPU : Bap.Std.CPU

access to the CPU variables.

val lift : Bap.Std.lifter

lift mem insn lifts provided instruction to BIL. Usually you do not need to call this function directly, as disassemble function will do the lifting.

postcondition: the returned BIL code is well-typed.