Skip to content

Commit af3c902

Browse files
committed
Some changes at ProcessGhosting
Trying some new option
1 parent 410a699 commit af3c902

File tree

2 files changed

+357
-34
lines changed

2 files changed

+357
-34
lines changed

GhostingProcess/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
2-
name = "GhostingProcess"
3-
version = "0.1.0"
4-
edition = "2021"
52
authors = ["5mukx", "[email protected]"]
6-
repository = "https://github.com/Whitecat18/Rust-for-Malware-Development"
7-
keywords = ["process-ghosting", "windows", "security", "research", "malware-development"]
83
categories = ["development-tools", "os", "security"]
4+
edition = "2021"
5+
keywords = ["process-ghosting", "windows", "security", "research", "malware-development"]
96
license = "MIT"
7+
name = "GhostingProcess"
108
readme = "README.md"
9+
repository = "https://github.com/Whitecat18/Rust-for-Malware-Development"
10+
version = "0.1.0"
1111

1212
[dependencies]
13-
winapi = { version = "0.3.9", features = ["winuser", "fileapi", "errhandlingapi", "winbase", "memoryapi", "processenv", "userenv"] }
14-
ntapi = { version = "0.4.0" }
13+
ntapi = {version = "0.4.0"}
14+
winapi = {version = "0.3.9", features = ["winuser", "winsock2", "synchapi", "fileapi", "errhandlingapi", "winbase", "memoryapi", "processenv", "userenv"]}

0 commit comments

Comments
 (0)