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
..
2026-06-06 14:53:10 +05:30
2026-06-06 14:53:10 +05:30
2026-06-06 14:53:10 +05:30
2026-06-06 14:53:10 +05:30

Process Hollowing Rust

This technique works by starting a legitimate process in a suspended state. Before the legitimate process can fully execute, the malicious program replaces the legitimate process memory contents with malicious code. The process then resumes, but instead of running the original legitimate code, it executes the injected malicious code, all while appearing as a trusted process.

Executing shellcode:

exec_shellcode


C2 Response:

c2

Credits & Reference