There are 0 repository under user-mode topic.
Ghetto user mode emulation of Windows kernel drivers.
Usermode emulation of x64 EAC
Kernal Driver Tutorial For Getting Started With Kernel Drivers
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
Manually implement Structured Exception Handling a.k.a SEH for Delphi
Windows Exploit development : Bypass Data Execution Prevention (DEP) using ROP chains manually hard code
Simple bash script to filter out useful ROP gadgets from rp++ output while bypassing DEP
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.
An example of arbitrary code excecution in remote processes. Example spaws items inside EldenRing. Created solely for teaching purposes.
Handle Watcher is a program that protects itself by detecting and terminating dangerous process handles.
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
一个适用于 Linux x86-64 平台的用户态多线程库,支持线程的 create、sleep、join、yield 操作,支持互斥锁、自旋锁、读写锁、条件变量的各类操作。
A program made to keep reservation and passenger record for the Railways
Windows 10 System Programming additional study material (unofficial). Complete CLI and GUI programs exploring operating systems concepts.
This repo contains my Operating System course's labs and project I did in my university.
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
Header-only constexpr string encryption for C++17+, supporting both User and Kernel Mode, with no CRT or STL dependencies.