1 रिपॉजिटरी
Executing raw byte arrays within the current process by casting buffers to function pointers.
Distinct from Process Injection Payloads: Distinct from Process Injection Payloads: focuses on executing code within the same process rather than injecting into a remote one.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Local Shellcode Execution. Refine with filters or upvote what's useful.
OffensiveRust is a red team toolkit and malware development kit written in Rust. It serves as an evasion framework and post-exploitation library, providing a collection of offensive security primitives and a Windows API wrapper for interacting with low-level system functions and undocumented APIs. The project focuses on bypassing security software through direct system calls, memory obfuscation, and stealthy payload execution. It implements techniques to defeat static binary analysis via compile-time string encryption and payload obfuscation, while avoiding detection using parent process ID s
Executes raw byte arrays by converting static buffers into callable function pointers for in-memory execution.