awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

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 5 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • s-matyukevich/raspberry-pi-osالصورة الرمزية لـ s-matyukevich

    s-matyukevich/raspberry-pi-os

    13,854عرض على GitHub↗

    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
    عرض على GitHub↗13,854
  • balloonwj/cppguideالصورة الرمزية لـ balloonwj

    balloonwj/CppGuide

    6,030عرض على GitHub↗

    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.

    عرض على GitHub↗6,030
  • mantvydasb/redteaming-tactics-and-techniquesالصورة الرمزية لـ mantvydasb

    mantvydasb/RedTeaming-Tactics-and-Techniques

    4,620عرض على GitHub↗

    هذا المشروع عبارة عن قاعدة معرفية للفريق الأحمر (red teaming) ودليل للأمن الهجومي مصمم لمحاكاة سلوك الخصم. يعمل كمجموعة شاملة من الأدلة الفنية والتكتيكات لتنفيذ عمليات الفريق الأحمر. يوفر المستودع تعليمات مفصلة لاستغلال Active Directory، بما في ذلك إساءة استخدام Kerberos وتصعيد الامتيازات في النطاق. يغطي التهرب من الدفاع من خلال إلغاء ربط API (API unhooking) وتعتيم الحمولة (payload obfuscation)، بالإضافة إلى أبحاث حول نظام Windows الداخلي التي تتضمن التلاعب بكائنات النواة وذاكرة النظام. تمتد مساحة القدرات إلى اختبار اختراق الشبكة، وتحليل البرمجيات الخبيثة وهندستها، ونشر البنية التحتية للأمن الهجومي. كما يتضمن طرقًا للحركة الجانبية، والاستمرارية، وتسريب البيانات عبر بيئات المؤسسات.

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

    PowerShelloffensive-securityoscppentesting
    عرض على GitHub↗4,620
  • hoshimin/kernel-bridgeالصورة الرمزية لـ HoShiMin

    HoShiMin/Kernel-Bridge

    1,817عرض على GitHub↗

    Kernel-Bridge is a C++ framework designed for Windows kernel-mode development, providing a comprehensive toolkit for building drivers, hypervisors, and system-level monitoring tools. It serves as a foundational environment for managing low-level operating system interactions, including memory management, process control, and cross-layer communication. The project distinguishes itself by offering specialized primitives for hypervisor construction and hardware-assisted memory isolation. It facilitates advanced system manipulation through techniques such as direct kernel object modification, asy

    Modifies internal kernel structures and function pointers to intercept execution flow and alter system behavior.

    C++
    عرض على GitHub↗1,817
  • nokyan/resourcesالصورة الرمزية لـ nokyan

    nokyan/resources

    1,285عرض على GitHub↗

    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
    عرض على GitHub↗1,285
  1. Home
  2. Operating Systems & Systems Programming
  3. Privileged Kernel Operations

استكشف الوسوم الفرعية

  • 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.