Cargo Features

[dependencies]
memflow-native = { version = "0.2.6", default-features = false, features = ["plugins", "unstable_goblin_lossy_macho"] }
default = plugins

The plugins feature is set by default whenever memflow-native is added without default-features = false somewhere in the dependency tree.

plugins default

Enables memflow

unstable_goblin_lossy_macho

Enables unstable_goblin_lossy_macho of memflow

memflow:

Until https://github.com/m4b/goblin/pull/386 is merged

memflow-native has 3 features without comments.