awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesPrivileged Kernel Operations

Execution of high-privilege tasks within the kernel context to manage system resources.

Distinct from Privileged Execution Helpers: Unlike Privileged Execution Helpers, this refers to internal kernel-mode execution during exceptions, not external helper processes.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Privileged Kernel Operations. Refine with filters or upvote what's useful.

Awesome Privileged Kernel Operations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • s-matyukevich/raspberry-pi-osAvatar von s-matyukevich

    s-matyukevich/raspberry-pi-os

    13,854Auf GitHub ansehen↗

    This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m

    Implements the execution of privileged tasks such as memory allocation and thread creation during synchronous exceptions.

    Carmarmv8assembler
    Auf GitHub ansehen↗13,854
  • balloonwj/cppguideAvatar von balloonwj

    balloonwj/CppGuide

    6,030Auf GitHub ansehen↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Explains how the kernel assigns a private stack to each task for safe privileged execution.

    Auf GitHub ansehen↗6,030
  • mantvydasb/redteaming-tactics-and-techniquesAvatar von mantvydasb

    mantvydasb/RedTeaming-Tactics-and-Techniques

    4,620Auf GitHub ansehen↗

    Dieses Projekt ist eine Wissensdatenbank für Red Teaming und ein Playbook für offensive Sicherheit, das darauf ausgelegt ist, das Verhalten von Angreifern zu simulieren. Es dient als umfassende Sammlung technischer Anleitungen und Taktiken für die Durchführung von Red-Team-Operationen. Das Repository bietet detaillierte Anweisungen für Active-Directory-Exploitation, einschließlich Kerberos-Missbrauch und Domain-Privilege-Escalation. Es behandelt Defense-Evasion durch API-Unhooking und Payload-Obfuskation sowie Windows-Internals-Forschung, die die Manipulation von Kernel-Objekten und Systemspeicher umfasst. Das Fähigkeitsspektrum erstreckt sich auf Netzwerk-Penetrationstests, Malware-Analyse und -Engineering sowie die Bereitstellung von Infrastruktur für offensive Sicherheit. Es enthält zudem Methoden für Lateral Movement, Persistenz und Datenexfiltration in Unternehmensumgebungen.

    Provides techniques for modifying kernel objects to hide malicious processes and elevate system privileges.

    PowerShelloffensive-securityoscppentesting
    Auf GitHub ansehen↗4,620
  • nokyan/resourcesAvatar von nokyan

    nokyan/resources

    1,285Auf GitHub ansehen↗

    Resources is a system monitoring and process management utility that provides a graphical interface for tracking hardware performance and controlling active applications. It functions by aggregating real-time telemetry from system interfaces to report on processor, memory, network, and storage utilization. The application distinguishes itself through its integration with kernel-level resource accounting structures, specifically utilizing control groups to categorize and manage running processes. This architecture enables the software to perform administrative tasks, such as terminating unresp

    Interacts with the kernel to dispatch signals for terminating or modifying process behavior with elevated privileges.

    Rustcpu-monitoringgnomegpu-monitoring
    Auf GitHub ansehen↗1,285
  1. Home
  2. Operating Systems & Systems Programming
  3. Privileged Kernel Operations

Unter-Tags erkunden

  • Kernel Object ManipulationsTechniques for modifying internal operating system kernel structures to hide processes or elevate privileges. **Distinct from Privileged Kernel Operations:** Distinct from Privileged Kernel Operations: focuses specifically on the manipulation of kernel objects for stealth and privilege escalation rather than general high-privilege task execution.
  • Per-Task Stack IsolationMaintains a private kernel stack for each task to safely handle privileged operations like system calls and interrupts. **Distinct from Privileged Kernel Operations:** Distinct from Privileged Kernel Operations: focuses specifically on the per-task kernel stack allocation and isolation mechanism, not general privileged operations.
  • Privilege EmbeddingIntegrating administrative access directly into the kernel binary during the build process. **Distinct from Privileged Kernel Operations:** Distinct from Privileged Kernel Operations as it focuses on the build-time embedding of permissions rather than runtime execution.