Click here to Skip to main content
15,860,859 members
Everything / Kernel

Kernel

kernel

Great Reads

by Maxim Kartavenkov
This is a guide on how to configure your application, service or driver to handle appearing the new devices or device removal avoiding reboot request.
by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
by Apriorit Inc, gamapat
Take a look at how to intercept HTTP traffic in order to inject custom code into Windows HTML markup
by Roger Doss
The OX kernel features its own custom boot loader designed to boot a 32 bit protected mode kernel.

Latest Articles

by Maxim Kartavenkov
This is a guide on how to configure your application, service or driver to handle appearing the new devices or device removal avoiding reboot request.
by Rahul Dev Tripathi
The fully working sample code explains everything necessary to create a Minifilter driver to block devices connected through an interface.
by Greg Utas
Analogous functions, subtle differences, multiple compilers...
by Apriorit Inc, Sergii Kusii
And its modules during runtime

All Articles

Sort by Score

Kernel 

13 Oct 2023 by Maxim Kartavenkov
This is a guide on how to configure your application, service or driver to handle appearing the new devices or device removal avoiding reboot request.
1 Nov 2018 by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
7 Nov 2018 by Apriorit Inc, gamapat
Take a look at how to intercept HTTP traffic in order to inject custom code into Windows HTML markup
5 Sep 2013 by Roger Doss
The OX kernel features its own custom boot loader designed to boot a 32 bit protected mode kernel.
1 Mar 2019 by Apriorit Inc, Sergii Kusii
9 Jul 2014 by SoftPerfect Research
Introduction in the File System Notification Kit (FSNK) product for monitoring file system activity in real-time.
9 Jul 2014 by SoftPerfect Research
Virtual Volume Software Development Kit (VV SDK) is a developer’s toolkit for creating virtual disks.
1 Sep 2015 by Android on Intel
In this article, we can see how to debug and check the exception error in Android Linux Kernel in Intel ® Architecture-based system with Intel ® JTAG Debugger which is a part of tool Intel System Studio ® Ultimate Edition
9 Jan 2019 by Apriorit Inc
Two theoretical ways to protect a Linux kernel module from hooks.
17 Jan 2019 by Apriorit Inc
In this article, we focus on the main ftrace pros and cons and describe some unexpected surprises we’ve faced when hooking Linux kernel functions with this utility.
22 Jan 2019 by Apriorit Inc, Sergey Stepanchuk
Learn how you can use ftrace to hook critical function calls in the Linux kernel
16 Sep 2015 by Ed Nutting
In this article I discuss the innovative approach, taken by FlingOS, to teaching OS and low-level development to high-level developers using C#.
13 Jan 2018 by Pritam Zope
In this article we will create a simple kernel such as printing HelloWorld first and then writing functions for printing numbers, Keyboard I/O, Box Drawing GUI, and Tic-Tac-Toe game in kernel in C
7 Jul 2022 by Greg Utas
Analogous functions, subtle differences, multiple compilers...
11 Sep 2022 by Rahul Dev Tripathi
The fully working sample code explains everything necessary to create a Minifilter driver to block devices connected through an interface.
18 Mar 2014 by Ivan Shcherbakov
This article describes how to create and debug a simple device driver on a modern Linux kernel