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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesApplication Boot Hijacking

Intercepting 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).

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Application Boot Hijacking. Refine with filters or upvote what's useful.

Awesome Application Boot Hijacking GitHub Repositories

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

    LavaGang/MelonLoader

    3,980GitHub पर देखें↗

    MelonLoader is a game engine plugin loader designed to inject custom code and load external plugins into Unity games. It functions as a modding framework that supports both Mono and Il2Cpp runtimes, allowing for the modification of games across different backend architectures. The project enables the patching and hooking of functions within Unity games, specifically providing a system for managing C# assemblies in Mono environments and a framework for patching the Interop C++ backend used by Il2Cpp. The system handles the interception of the application boot process to load third-party mods

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

    C#dlldotnetframework
    GitHub पर देखें↗3,980
  • securethisshit/winpwnSecureThisShit का अवतार

    SecureThisShit/WinPwn

    3,673GitHub पर देखें↗

    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
    GitHub पर देखें↗3,673
  1. Home
  2. Operating Systems & Systems Programming
  3. Init Process Hijacking
  4. Application Boot Hijacking

सब-टैग एक्सप्लोर करें

  • DLL HijackingReplacing legitimate dynamic link libraries with malicious versions to intercept application execution flows. **Distinct from Application Boot Hijacking:** Distinct from Application Boot Hijacking: focuses specifically on replacing DLLs during the loading process rather than the broader boot sequence.