Module undef
Expand description
Provides generic definitions for specifying undefined behavior on an architecture.
Structs§
- An instruction output that may be undefined. When the condition returns true, or is None, the
target
is undefined. - A collection of
UndefinedOutput
s.
Enums§
- A (part) of a register, or an address calculation and size.
Traits§
- A convenience trait that can convert various types into
UndefinedOutputs
. - An oracle that can provide information about which outputs are undefined for any given instruction.