Length Disassembler Engine

Given a byte slice, extract the lengths of the opcodes in it.

Supports x86 and x86_64.

Documentation

Find it and examples on docs.rs.

Usage

This library can be found on crates.io. In your Cargo.toml put

[dependencies] lde = "0.2"

License

MIT, see LICENSE.txt