#
windows-kernel
Here are 17 public repositories matching this topic...
Intel VT-x based hypervisor aiming to provide a thin VM-exit filtering platform on Windows.
-
Updated
Jan 3, 2020 - C++
DynaMc
commented
Apr 12, 2017
Using the exe version the indexing does not use time properly so you cannot get a date histogram.
- Timestamp should be used correctly
- That there is an index per day. Should be something like "kernel-%Y.%m.%d"

![image](https://cloud.githubusercontent.com/assets/5316899/2493644
kHypervisor is a lightweight bluepill-like nested VMM for Windows, it provides and emulating a basic function of Intel VT-x
kernel
virtualization
windows-kernel
windbg
vcpus
nested-virtualization
vt-x
hyperplatform
vm-entry-emulation
virtualization-based-security
-
Updated
Mar 14, 2020 - C++
A minimalistic educational hypervisor for Windows on AMD processors.
-
Updated
Sep 3, 2019 - C++
SimpleSvmHook is a research purpose hypervisor for Windows on AMD processors.
-
Updated
Sep 3, 2019 - C++
www.rootkit.com users section mirror, sql database dump, and a few other files/rootkits.
-
Updated
Nov 26, 2018 - Pascal
A POC for Windows Extension Host hooking
-
Updated
Jul 13, 2019 - C
Very tiny and selective implementation of STL for Windows NT kernel mode drivers
-
Updated
Sep 21, 2019 - C++
c
windows
template
kernel
simple
memory
thread
read
process
windows-kernel
easy-to-use
write
kernel-driver
kernel-functions
kernelmode
-
Updated
Aug 12, 2019 - C
A kernel handler reader can read kernel handler from other process
-
Updated
Nov 17, 2015 - C
WinPools is an example of how Windows kernel big pool addresses can be leaking using NtQuerySystemInformation
-
Updated
Jun 23, 2019 - C
This repository is purposed for learning and setting up a POC of hosting the Elastic Stack on a Windows kernel using Docker. Very useful to host on a Windows server without Hyper-V support for Linux containers.
-
Updated
Apr 4, 2019 - PowerShell
Improve this page
Add a description, image, and links to the windows-kernel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the windows-kernel topic, visit your repo's landing page and select "manage topics."
Bug Report
The create callback is called also for special files like S_IFIFO.
The special named FIFO file is still not created, instead a corresponding .lnk file pops up in the same directory.
The same happens if create is not implemented which forces a call to mknod instead.
Possi