2 Repos
Executing shellcode using inline assembly to bypass standard operating system memory allocation APIs.
Distinct from Executable-to-Shellcode Converters: Focuses on the method of execution via assembly to avoid API hooks, rather than the conversion of binaries to shellcode.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Inline Assembly Payload Execution. Refine with filters or upvote what's useful.
OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of low-level primitives and a Windows API wrapper designed for offensive security operations, including malware development and shellcode loading. The project focuses on evasion and obfuscation through techniques such as API unhooking, direct system calls, and anti-debugging mechanisms. It features diverse payload delivery methods, including reflective binary loading, the execution of .NET assemblies via CLR hosting, and various shellcode injection techniques using fibers, COM obje
Executes binary shellcode using inline assembly to circumvent memory allocation monitoring.
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
Invokes kernel functions directly via inline assembly to bypass user-mode monitoring and API hooks.