Module bddisasm::decode_error

source ·
Expand description

Errors that can be encountered when decoding an instruction or when trying to get details about a decoded instruction.

§Notes

All error codes that can be returned by bddisasm-sys are encapsulated in the DecodeError enum. However, some of these are unlikely to be encountered when using this crate (for example, BufferOverflow) which indicates that a buffer passed to the bddisasm C library is not large enough.

Enums§

  • Holds all the possible errors that can be encountered by the decoder.