2 repositorios
Systems designed to execute arbitrary machine code in memory using various injection and loading techniques.
Distinct from Executable-to-Shellcode Converters: Focuses on the loading and execution engine rather than just generation or encryption of shellcode.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Shellcode Loaders. Refine with filters or upvote what's useful.
Merlin is a cross-platform command and control framework and remote access tool. It provides a server and agent system for post-exploitation coordination, utilizing an HTTP/2 framework for secure communication and the execution of commands across multiple operating systems. The project features an in-memory code execution engine that runs assemblies and shellcode directly within a process to avoid writing files to disk. It implements a decentralized communication architecture through a peer-to-peer network, allowing agents to exchange data via direct bind or reverse connections. To evade det
Ships a system for executing arbitrary machine code in memory using threading and asynchronous procedure call techniques.
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
Provides advanced mechanisms for executing arbitrary machine code in memory using fibers and reflective loading.