bolus 0.3.0

Library for shellcode injection using the Windows API
Documentation
[dependencies.base64]
version = "0.21.4"

[dependencies.bytes]
version = "1.5.0"

[dependencies.litcrypt]
version = "0.3.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.20"

[dependencies.sysinfo]
version = "0.29.10"

[dependencies.tokio]
features = ["full"]
version = "1.32.0"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_System_SystemServices", "Win32_System_Console", "Win32_Security", "Win32_System_Memory", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_System_Diagnostics_Debug", "Win32_System_ProcessStatus"]
version = "0.51.1"

[package]
authors = ["Taggart<mtaggart@taggart-tech.com"]
description = "Library for shellcode injection using the Windows API"
edition = "2021"
license = "MIT"
name = "bolus"
readme = "README.md"
version = "0.3.0"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3
strip = true