# 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_migration" version = "1.13.0" authors = ["Kevin Conley "] description = "Overwrites a running process' next instruction(s) with shellcode (default to a reverse shell on localhost:4444)" documentation = "https://kmanc.github.io/remote_code_oxidation/process_migration.html" readme = "README.md" license = "MIT" repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/process_migration" [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 = [ "Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Memory", "Win32_System_Threading", ]