# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63" name = "process_hollowing" version = "1.12.0" authors = ["Kevin Conley "] description = "Creates a process and overwrites the entry point with shellcode (default to a reverse shell on localhost:4444)" documentation = "https://kmanc.github.io/remote_code_oxidation/process_hollowing.html" readme = "README.md" license = "MIT" repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/process_hollowing" [dependencies.rco_config] version = ">=0.2.0" [dependencies.rco_utils] version = ">=1.0.1" [features] antisand = ["rco_utils/antisand"] antistring = ["rco_utils/antistring"] xor = ["rco_utils/xor"] [target."cfg(target_os=\"linux\")".dependencies.nix] version = ">=0.29" features = ["ptrace"] [target."cfg(windows)".dependencies.windows] version = ">=0.52.0" features = [ "Wdk_System_Threading", "Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel", "Win32_System_Threading", ]