rco_utils 1.3.0

Shared functions for "Remote Code Execution"'s (RCO's) binaries
Documentation
[features]
antisand = ["windows", "rand"]
antistring = ["windows"]
xor = []

[package]
authors = ["Kevin Conley <koins@duck.com>"]
description = """Shared functions for "Remote Code Execution"'s (RCO's) binaries"""
edition = "2021"
license = "MIT"
name = "rco_utils"
repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/rco_utils"
rust-version = "1.63"
version = "1.3.0"

[target."cfg(windows)".dependencies.rand]
optional = true
version = ">=0.8.5"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_Networking", "Win32_Networking_WinInet", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_SystemInformation", "Win32_System_SystemServices"]
optional = true
version = ">=0.52.0"