Cargo Features

Mnemosyne has no features set by default.

[dependencies]
mnemosyne = { version = "0.3.0", features = ["module", "detour", "vtable", "scanner", "process"] }
module detour? vtable? = nix, xxhash-rust

Affects mnemosyne::module

detour = module

Affects mnemosyne::detour

vtable = module

Affects mnemosyne::vtable

scanner = memchr, xxhash-rust

Affects mnemosyne::scanner

process

Affects mnemosyne::process

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

memchr scanner?
nix module?
xxhash-rust module? scanner?