awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • marcan/takeover.shmarcan 的头像

    marcan/takeover.sh

    7,332在 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
    在 GitHub 上查看↗7,332
  • lavagang/melonloaderLavaGang 的头像

    LavaGang/MelonLoader

    3,980在 GitHub 上查看↗

    MelonLoader 是一个游戏引擎插件加载器,旨在为 Unity 游戏注入自定义代码并加载外部插件。它作为一个模组框架,支持 Mono 和 Il2Cpp 运行时,允许对不同后端架构的游戏进行修改。 该项目支持对 Unity 游戏内的函数进行补丁和挂钩,专门为 Mono 环境中的 C# 程序集管理以及 Il2Cpp 使用的 Interop C++ 后端补丁提供了框架。 该系统处理应用程序启动过程的拦截,从指定文件夹加载第三方模组,并将内部引擎日志捕获到统一流中以便排查问题。它还包含用于调整加载器行为、控制台可见性和调试级别的配置系统。

    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,673在 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
    在 GitHub 上查看↗3,673
  1. Home
  2. Operating Systems & Systems Programming
  3. Init Process Hijacking

探索子标签

  • Application Boot Hijacking1 个子标签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).