awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesInit Process Hijacking

Techniques for replacing the system initializer process while maintaining kernel stability.

Distinct from Arena Hijacking: None of the candidates cover the specific act of replacing PID 1 to prevent kernel panics during environment swaps.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Init Process Hijacking. Refine with filters or upvote what's useful.

Awesome Init Process Hijacking GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • marcan/takeover.shAvatar marcan

    marcan/takeover.sh

    7,332Vezi pe GitHub↗

    This project provides specialized system utilities for deploying volatile rescue environments, managing root filesystems, and migrating live operating systems remotely. It functions as a tool for wiping and reinstalling a Linux system via SSH and serving as a remote OS migration tool. The software enables the deployment of an in-memory rescue environment over SSH to perform emergency maintenance and disk modifications. It allows for the unmounting of root filesystems and the detachment of volumes from a live kernel to facilitate repartitioning and filesystem layout changes without requiring a

    Replaces the system initializer by blocking signals to prevent kernel panics during the transition to a new environment.

    Shell
    Vezi pe GitHub↗7,332
  • lavagang/melonloaderAvatar LavaGang

    LavaGang/MelonLoader

    3,980Vezi pe GitHub↗

    MelonLoader este un plugin loader pentru motorul de joc conceput pentru a injecta cod personalizat și a încărca plugin-uri externe în jocurile Unity. Acesta funcționează ca un framework de modding care suportă atât runtime-urile Mono, cât și Il2Cpp, permițând modificarea jocurilor pe diferite arhitecturi backend. Proiectul permite patching-ul și hooking-ul funcțiilor în jocurile Unity, oferind în mod specific un sistem pentru gestionarea assembly-urilor C# în medii Mono și un framework pentru patching-ul backend-ului Interop C++ utilizat de Il2Cpp. Sistemul gestionează interceptarea procesului de boot al aplicației pentru a încărca mod-uri terțe din foldere dedicate și capturează log-urile interne ale motorului într-un flux unificat pentru depanare. Include, de asemenea, sisteme de configurare pentru a ajusta comportamentul loader-ului, vizibilitatea consolei și nivelurile de debugging.

    Intercepts the game boot sequence via proxy files to load the modding runtime before the engine starts.

    C#dlldotnetframework
    Vezi pe GitHub↗3,980
  • securethisshit/winpwnAvatar SecureThisShit

    SecureThisShit/WinPwn

    3,673Vezi pe GitHub↗

    WinPwn is a Windows penetration testing framework designed for conducting internal security assessments and privilege escalation. It functions as a suite for Active Directory security auditing, credential extraction, and the execution of privilege escalation scripts. The toolset enables the automation of SMB relay attacks to intercept and reuse authentication hashes. It provides specialized capabilities for retrieving passwords and hashes from system memory, registries, and browsers using obfuscated techniques to avoid detection. The framework covers broad capability areas including domain a

    Identifies and replaces system DLLs to elevate privileges during application startup.

    PowerShell
    Vezi pe GitHub↗3,673
  1. Home
  2. Operating Systems & Systems Programming
  3. Init Process Hijacking

Explorează sub-etichetele

  • Application Boot Hijacking1 sub-tagIntercepting the application startup sequence by replacing entry points to load custom runtimes. **Distinct from Init Process Hijacking:** Distinct from init process hijacking: focuses on hijacking a specific application's boot process rather than the OS init process (PID 1).