Repository navigation

#

kernel-mode

🐧 Assembly with Linux (Notes, Syscalls, Protection Rings) 🐧

Assembly
129
2 年前

Example Windows Kernel-mode Driver which enumerates running processes.

C
57
3 年前
C++
51
2 个月前

A work-in-progress C++20/23 header-only maths library for game development, embedded, kernel and general-purpose that works in constant context.

C++
24
3 年前

Dumping processes using a kernel-mode driver.

C++
20
4 年前

Simple code generation library developed in C intended for code generation in Kernel mode

C
17
3 年前

Example Windows Kernel-mode Driver which finds process ID by executable file name.

C
17
6 年前

A B-Tree sparse file implementation for kernel mode IOKit modules/extensions.

C++
16
9 年前

Manually implement Structured Exception Handling a.k.a SEH for Delphi

Pascal
10
5 年前

Archive of assignments done in Operating System Course.

C
5
6 年前

Kernel Module for Lunix Sensors - Assignment for Operating Systems Lab (NTUA ECE)

C
4
7 年前

Dralyxor: Advanced C++ header-only library for robust string obfuscation, shielding binaries from static/dynamic analysis. Uses a consteval micro-program engine with variable NOPs. Runtime anti-debug/tamper checks (canaries, content checksums) plus RAII "just-in-time" decryption ensure secure, minimal memory exposure of plain-text data.

C++
4
3 个月前

Exploit development Notes - Exploit development RoadMap - Exploit development advices - Exploit development Tips - Exploit development Windows - Exploit development Kernel Mode & User Mode - learning about Exploit Development

4
1 年前

🛠️ Master kernel memory operations with the BYOVD_read_write_primitive toolkit for educational use, enhancing your skills in secure system testing.

C
1
1 个月前

The Operating System Simulator 💻 is a terminal-based project that brings core OS concepts to life—like multitasking, scheduling, memory management, and user/kernel modes—through a hands-on, interactive experience ⚙️. From managing tasks to simulating file operations and even playing a quick game, it offers a fun yet insightful way 🧠 to understand

C++
0
5 个月前

Header-only constexpr string encryption for C++17+, supporting both User and Kernel Mode, with no CRT or STL dependencies.

C++
0
3 个月前