Pinned Repositories
Backblaze
bit7z
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
CoroDriverSample
cstring_asm
Simple implementation of <cstring> written in x64 asm
FindWDK
CMake module for building drivers with Windows Development Kit (WDK)
fixed_string
C++17 string with fixed size
KTL
Kernel Template Library: STL-style containers and tools for Windows kernel space programming
nt5src
Source code of Windows XP (NT5). Leaks are not from me. I just extracted the archive and cabinet files.
ReflectiveLoader
An example of reflective DLL loading
WRK
Windows Research Kernel
DymOK93's Repositories
DymOK93/KTL
Kernel Template Library: STL-style containers and tools for Windows kernel space programming
DymOK93/FindWDK
CMake module for building drivers with Windows Development Kit (WDK)
DymOK93/cstring_asm
Simple implementation of <cstring> written in x64 asm
DymOK93/ReflectiveLoader
An example of reflective DLL loading
DymOK93/Backblaze
DymOK93/bit7z
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
DymOK93/fixed_string
C++17 string with fixed size
DymOK93/Vcrtl-Exception-Dispatcher-Fails
A few examples where the VCRTL exception dispatcher is behaving incorrectly
DymOK93/CiDllDemo
Use ci.dll API for validating Authenticode signature of files
DymOK93/ColorCompressor
Final task for the course of digital devices and MCU at BMSTU ("slave" part)
DymOK93/dokany
User mode file system library for windows with FUSE Wrapper
DymOK93/DymOK93
DymOK93/Hypervisor-From-Scratch
Source code of a multiple series of tutorials about the hypervisor. Available at: https://rayanfam.com/tutorials
DymOK93/intel-ipsec-mb
Intel(R) Multi-Buffer Crypto for IPSec
DymOK93/it87
DymOK93/kelcoro
C++20 coroutine library
DymOK93/libsearpc
A simple C language RPC framework (including both server side & client side). Python binding is also provided
DymOK93/lkmpg
The Linux Kernel Module Programming Guide (updated for 5.x kernels)
DymOK93/mfaktc
A GPU based Mersenne number factoring program
DymOK93/modern-arm-assembly-language-programming
Source Code for 'Modern Arm Assembly Language Programming' by Daniel Kusswurm
DymOK93/ObfuscatedString
An example of obfuscating strings in an executable image
DymOK93/PhotoViewer
Final task for the course of digital devices and MCU at BMSTU ("master" part)
DymOK93/process_doppelganging
My implementation of enSilo's Process Doppelganging (PE injection technique)
DymOK93/process_ghosting
Process Ghosting - a PE injection technique, similar to Process Doppelgänging, but using a delete-pending file instead of a transacted file
DymOK93/seafile-client
Seafile desktop client.
DymOK93/stlkrn
C++ STL in the Windows Kernel with C++ Exception Support
DymOK93/Thermopot
Task for the course of digital devices and MCU at BMSTU
DymOK93/UEFI-Lessons
Lessons to get to know UEFI programming in Linux with the help of EDKII
DymOK93/windows-driver-docs
The official Windows Driver Kit documentation sources
DymOK93/zenpower
Zenpower is Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs.