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 whenevermemflow-native
is added without
somewhere in the dependency tree.default-features = false - 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.