mirror of
https://codeberg.org/smukx/Rust-for-Malware-Development
synced 2026-06-06 20:22:59 +00:00
28e7fac1d3
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
15 lines
563 B
TOML
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"]}
|