user-mode

There are 23 repositories under user-mode topic.

  • xow

    medusalix/xow

    Linux driver for the Xbox One wireless dongle

    Language:C++1.4k3517790
  • swwwolf/wdbgark

    WinDBG Anti-RootKit Extension

    Language:C++6366112181
  • mrexodia/driver_unpacking

    Ghetto user mode emulation of Windows kernel drivers.

    Language:C1489322
  • mathisvickie/EAC-Emulator

    Usermode emulation of x64 EAC

    Language:C++30117
  • mbn-code/The-Kernel-Driver-Guide-External

    Kernal Driver Tutorial For Getting Started With Kernel Drivers

    Language:C++29107
  • frno7/qemu

    QEMU Linux user mode for the R5900 Emotion Engine in the PlayStation 2.

    Language:C19562
  • 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

    Language:C10031
  • vic4key/SEH-For-DELPHI

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

    Language:Pascal10201
  • janding/incos

    hello world operating system

    Language:C8301
  • x86byte/ROPme

    Windows Exploit development : Bypass Data Execution Prevention (DEP) using ROP chains manually hard code

    Language:Python7101
  • tr3sp4ss3rexe/ROP_Filter

    Simple bash script to filter out useful ROP gadgets from rp++ output while bypassing DEP

    Language:Shell6100
  • 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.

    Language:C++50
  • s0t7x/EldenDing

    An example of arbitrary code excecution in remote processes. Example spaws items inside EldenRing. Created solely for teaching purposes.

    Language:C++5111
  • passt

    qemus/passt

    User-mode networking for virtual machines.

    Language:C3000
  • sipo-x/Handle-Watcher

    Handle Watcher is a program that protects itself by detecting and terminating dangerous process handles.

    Language:C++2100
  • 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

    Language:C++1
  • laa-1/user-mode-thread

    一个适用于 Linux x86-64 平台的用户态多线程库,支持线程的 create、sleep、join、yield 操作,支持互斥锁、自旋锁、读写锁、条件变量的各类操作。

    Language:C1100
  • vanichitkara/Railway-Management-Project-C-

    A program made to keep reservation and passenger record for the Railways

    Language:C++111
  • 0xLeonardoChahud/Windows10SystemProgramming

    Windows 10 System Programming additional study material (unofficial). Complete CLI and GUI programs exploring operating systems concepts.

    Language:C++0100
  • AZTank

    geedium/AZTank

    Arcade top-down-shooter.

    Language:C++0001
  • huzaifa113/Operating-Systems-OS

    This repo contains my Operating System course's labs and project I did in my university.

    Language:Rich Text Format0100
  • 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

    Language:C++
  • oxunem/UM-KM-StringCrypt

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

    Language:C++