Skip to content
/ kedr Public
forked from euspectre/kedr

CS4118 repository of KEDR project (with a sprinkle of support for Linux 5.10 and arm64)

Notifications You must be signed in to change notification settings

cs4118/kedr

This branch is 10 commits ahead of euspectre/kedr:master.

Repository files navigation

KEDR is a framework for dynamic (runtime and post factum) analysis of Linux kernel modules, including device drivers, file system modules, etc. The components of KEDR operate on the kernel modules chosen by the user. They can intercept the function calls made by the modules and, based on that, detect memory leaks, simulate resource shortage in the system as well as other uncommon situations, etc.

For the present, KEDR is provided for 32- and 64-bit x86 systems.

KEDR can be used in the development of kernel modules, for example, as a component of QA system, as well as when analyzing the kernel failures on a user's system (technical support). Certification systems and other automated verification systems for kernel-mode software can also benefit from it.

More information about KEDR is available in the Wiki: https://github.com/euspectre/kedr/wiki.

About

CS4118 repository of KEDR project (with a sprinkle of support for Linux 5.10 and arm64)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 46.4%
  • HTML 19.2%
  • CMake 17.6%
  • Shell 11.2%
  • Smarty 2.7%
  • C++ 1.7%
  • Other 1.2%