awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesEncrypted Shellcode Injection

The process of decrypting an encrypted payload in memory before injecting and executing it.

Distinct from Process Injection Payloads: Specifically covers the decryption-then-injection workflow to evade static analysis, as opposed to general shellcode insertion.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Encrypted Shellcode Injection. Refine with filters or upvote what's useful.

Awesome Encrypted Shellcode Injection GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • trickster0/offensiverusttrickster0 का अवतार

    trickster0/OffensiveRust

    2,984GitHub पर देखें↗

    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 encrypted payloads by decrypting them with AES and queuing an asynchronous procedure call.

    Rust
    GitHub पर देखें↗2,984
  • oddcod3/phantom-evasionoddcod3 का अवतार

    oddcod3/Phantom-Evasion

    1,449GitHub पर देखें↗

    Phantom-Evasion is a security research framework designed for generating obfuscated payloads and automating post-exploitation tasks during authorized security assessments. It provides a suite of utilities for creating custom executables and libraries intended to test the effectiveness of antivirus and endpoint security detection systems. The framework distinguishes itself through a focus on memory-resident operations, allowing for the execution of encrypted binaries and shellcode directly within system memory. By utilizing techniques such as junk code injection, payload encryption, and remote

    Performs process shellcode injection by executing custom shellcode within local or remote processes using memory allocation and execution techniques.

    Pythonantivirusapkinjectiondynamic-analysis
    GitHub पर देखें↗1,449
  1. Home
  2. Operating Systems & Systems Programming
  3. Assembly Injection Interfaces
  4. Shellcode Generators
  5. Process Injection Payloads
  6. Encrypted Shellcode Injection