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 here.

Usage

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

[dependencies] lde = "0.1"

License

MIT, see license.txt