user-mode
There are 23 repositories under user-mode topic.
medusalix/xow
Linux driver for the Xbox One wireless dongle
swwwolf/wdbgark
WinDBG Anti-RootKit Extension
mrexodia/driver_unpacking
Ghetto user mode emulation of Windows kernel drivers.
mathisvickie/EAC-Emulator
Usermode emulation of x64 EAC
mbn-code/The-Kernel-Driver-Guide-External
Kernal Driver Tutorial For Getting Started With Kernel Drivers
frno7/qemu
QEMU Linux user mode for the R5900 Emotion Engine in the PlayStation 2.
bendlas/openvpn-tuna
OpenVPN with ocproxy/tunsocks/VPN-to-proxy/socks2tun support, as well as AWS VPC. Ported from https://github.com/ValdikSS/openvpn-tunpipe and https://github.com/samm-git/aws-vpn-client
vic4key/SEH-For-DELPHI
Manually implement Structured Exception Handling a.k.a SEH for Delphi
janding/incos
hello world operating system
x86byte/ROPme
Windows Exploit development : Bypass Data Execution Prevention (DEP) using ROP chains manually hard code
tr3sp4ss3rexe/ROP_Filter
Simple bash script to filter out useful ROP gadgets from rp++ output while bypassing DEP
ocalasans/dralyxor
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.
s0t7x/EldenDing
An example of arbitrary code excecution in remote processes. Example spaws items inside EldenRing. Created solely for teaching purposes.
qemus/passt
User-mode networking for virtual machines.
sipo-x/Handle-Watcher
Handle Watcher is a program that protects itself by detecting and terminating dangerous process handles.
fatima-Sami55/OS_Simulator
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
laa-1/user-mode-thread
一个适用于 Linux x86-64 平台的用户态多线程库,支持线程的 create、sleep、join、yield 操作,支持互斥锁、自旋锁、读写锁、条件变量的各类操作。
vanichitkara/Railway-Management-Project-C-
A program made to keep reservation and passenger record for the Railways
0xLeonardoChahud/Windows10SystemProgramming
Windows 10 System Programming additional study material (unofficial). Complete CLI and GUI programs exploring operating systems concepts.
geedium/AZTank
Arcade top-down-shooter.
huzaifa113/Operating-Systems-OS
This repo contains my Operating System course's labs and project I did in my university.
oxunem/oxhash
Universal constexpr and runtime string hashing library for C++17+. Lightweight, dependency-free, and suitable for user-mode and kernel-mode. Ideal for reversing protection and API hash lookups
oxunem/UM-KM-StringCrypt
Header-only constexpr string encryption for C++17+, supporting both User and Kernel Mode, with no CRT or STL dependencies.