[dependencies.thiserror]
version = "2.0.17"
[dependencies.tracing]
optional = true
version = "0.1.41"
[dependencies.windows-sys]
optional = true
version = "0.61.2"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.20"
[dev-dependencies.windows-sys]
features = ["Win32_UI_WindowsAndMessaging"]
version = "0.61.2"
[[example]]
name = "T1055_001_DLL_Injection"
path = "examples/T1055_001/dll_injection.rs"
required-features = ["T1055_001"]
[features]
T1055_001 = ["dep:windows-sys", "windows-sys/Win32_Security", "windows-sys/Win32_System_Diagnostics_Debug", "windows-sys/Win32_System_LibraryLoader", "windows-sys/Win32_System_Memory", "windows-sys/Win32_System_Threading"]
T1055_002 = []
T1055_003 = []
T1055_004 = []
T1055_005 = []
T1055_008 = []
T1055_009 = []
T1055_011 = []
T1055_012 = []
T1055_013 = []
T1055_014 = []
T1055_015 = []
default = ["tracing"]
full = ["T1055_001", "T1055_002", "T1055_003", "T1055_004", "T1055_005", "T1055_008", "T1055_009", "T1055_011", "T1055_012", "T1055_013", "T1055_014", "T1055_015"]
tracing = ["dep:tracing"]
[lib]
name = "injectum"
path = "src/lib.rs"
[package]
authors = ["Skynõx <0x536b796ec3b578@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["security", "os::windows-apis", "simulation", "algorithms", "api-bindings"]
description = "The modern, type-safe framework for offensive process injection in Rust."
edition = "2024"
keywords = ["security", "malware", "redteam", "mitre", "windows"]
license = "MIT"
name = "injectum"
readme = "README.md"
repository = "https://github.com/0x536b796ec3b578/injectum"
version = "0.1.0"