Files
Whitecat18 28e7fac1d3 Upload
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
2026-06-06 14:53:10 +05:30

15 lines
563 B
TOML

[package]
authors = ["5mukx", "smukx@5mukx.site"]
categories = ["development-tools", "os", "security"]
edition = "2021"
keywords = ["process-ghosting", "windows", "security", "research", "malware-development"]
license = "MIT"
name = "GhostingProcess"
readme = "README.md"
repository = "https://github.com/Whitecat18/Rust-for-Malware-Development"
version = "0.1.0"
[dependencies]
ntapi = {version = "0.4.0"}
winapi = {version = "0.3.9", features = ["winuser", "winsock2", "synchapi", "fileapi", "errhandlingapi", "winbase", "memoryapi", "processenv", "userenv"]}