Crate osom_encoders_x86_64

Source
Expand description

This crate provides a set of functions to encode x86-64 instructions.

Most of the encoders here are unsafe, e.g. they don’t validate the operands. It is up to the caller to ensure that the operands are valid.

The crate tries to follow x86 Intel’s manual conventions as close as possible.

Modules§

encoders
Holds encoders for X86 instructions.
models
Holds all the models necessary for x86/x86-64 encoding.