awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCallback-Based Injection

Injecting code by leveraging system APIs that accept callback functions to trigger execution.

Distinct from Process Injection Payloads: Focuses on the specific vector of using API callbacks to execute shellcode, rather than generic address space injection.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Callback-Based Injection. Refine with filters or upvote what's useful.

Awesome Callback-Based Injection GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • trickster0/offensiverustAvatar de trickster0

    trickster0/OffensiveRust

    2,984Ver en GitHub↗

    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

    Evades security software by passing a memory address as a callback function to a system API.

    Rust
    Ver en GitHub↗2,984
  1. Home
  2. Operating Systems & Systems Programming
  3. Assembly Injection Interfaces
  4. Shellcode Generators
  5. Process Injection Payloads
  6. Callback-Based Injection