memflow-native 0.2.5

System call based proxy-OS for memflow
Documentation
[dependencies.goblin]
version = "0.8"

[dependencies.itertools]
version = "0.13"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.memflow]
features = ["plugins", "goblin"]
version = "0.2"

[features]
default = ["plugins"]
plugins = ["memflow/plugins"]
unstable_goblin_lossy_macho = ["memflow/unstable_goblin_lossy_macho"]

[lib]
crate-type = ["lib", "cdylib"]
name = "memflow_native"
path = "src/lib.rs"

[package]
authors = ["Aurimas Blažulionis <0x60@pm.me>", "ko1N <ko1N1337@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "memory-management", "os"]
description = "System call based proxy-OS for memflow"
documentation = "https://docs.rs/memflow-native"
edition = "2021"
homepage = "https://memflow.io"
keywords = ["memflow", "introspection", "memory", "dma"]
license = "MIT"
name = "memflow-native"
readme = "README.md"
repository = "https://github.com/memflow/memflow-native"
version = "0.2.5"

[target.'cfg(target_os = "linux")'.dependencies.procfs]
features = ["backtrace"]
version = "0.15"

[target.'cfg(target_os = "macos")'.dependencies.libproc]
version = "0.14"

[target.'cfg(target_os = "macos")'.dependencies.mac-sys-info]
version = "0.1"

[target.'cfg(target_os = "macos")'.dependencies.mach2]
version = "0.4"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Wdk_System_Threading", "Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Kernel", "Win32_System_Memory", "Win32_System_ProcessStatus", "Win32_System_Threading", "Win32_UI", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.54.0"