foxdec-0.1.0.0: Formally Verified x86-64 Decompilation
Safe HaskellNone
LanguageHaskell2010

X86.Instruction

Synopsis

Documentation

canonicalize :: Instruction -> [Instruction] Source #

Canonicalizes an instruction by making sure there is at most one output and inputs/outputs are syntactically clear. | For example, the IMUL instruction comes in different flavors that hide the actual inputs and outputs to multiple registers

addressof :: GenericInstruction AddressWord64 storage prefix opcode annotation -> Word64 Source #

Orphan instances

HasSize Instruction Source # 
Instance details