Pinned Repositories
AlienX
A project that makes aliens! Just for having fun with C++ and elementary biology
ASM-stuff
x64 assembly practice
Brightness-Slider
A simple slider GUI written in C++ with monitor brightness functionality as an example
DataStructuresAlgorithms
Reimplementation of a few C++ data structures and algorithms without using the standard library
KernelEye
Various Windows OS utils (user-mode and kernel-mode)
My-Theory-of-Everything
A grand, semi-modular framework unifying the natural sciences and divinity
Poseidon
Stealthy UM <-> KM communication system without creating any system threads, permanent hooks, driver objects, section objects or device objects
VirtualMachine
Turing-complete 64-bit virtual machine written in C++ and C#
VMCompiler
A compiler and programming language for my virtual machine project
WindowsHardwareInfo
A project written in C++ to get hardware info on a Windows PC. Interfaces with the Windows Management Instrumentation (WMI) service to query hardware info of interest and provides a basic command line interface.
sondernextdoor's Repositories
sondernextdoor/Poseidon
Stealthy UM <-> KM communication system without creating any system threads, permanent hooks, driver objects, section objects or device objects
sondernextdoor/WindowsHardwareInfo
A project written in C++ to get hardware info on a Windows PC. Interfaces with the Windows Management Instrumentation (WMI) service to query hardware info of interest and provides a basic command line interface.
sondernextdoor/VirtualMachine
Turing-complete 64-bit virtual machine written in C++ and C#
sondernextdoor/My-Theory-of-Everything
A grand, semi-modular framework unifying the natural sciences and divinity
sondernextdoor/Brightness-Slider
A simple slider GUI written in C++ with monitor brightness functionality as an example
sondernextdoor/AlienX
A project that makes aliens! Just for having fun with C++ and elementary biology
sondernextdoor/ASM-stuff
x64 assembly practice
sondernextdoor/DataStructuresAlgorithms
Reimplementation of a few C++ data structures and algorithms without using the standard library
sondernextdoor/KernelEye
Various Windows OS utils (user-mode and kernel-mode)
sondernextdoor/VMCompiler
A compiler and programming language for my virtual machine project
sondernextdoor/LinuxKVM-DMA
sondernextdoor/NimzoChessEngine
A (failed) attempt to write a chess engine in C++
sondernextdoor/Pireflix
Netflix clone in C#/WPF; digitally-incomplete, WIP
sondernextdoor/Unstandard-Library
Reimplementation of std::vector and std::string without using the C++ standard library