#
linux-kernel

Linux is an open source kernel modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 1,288 public repositories matching this topic...
Learning operating system development using Linux kernel and Raspberry Pi
c
education
raspberry-pi
arm
tutorial
kernel
resource
linux-kernel
assembler
osdev
operating-system
learn
armv8
raspberry-pi-3
raspberry-pi-os
-
Updated
Feb 16, 2022 - C
The Linux Kernel Module Programming Guide (updated for 5.x kernels)
c
linux
documentation
books
kernel
linux-kernel
device-driver
linux-kernel-module
linux-kernel-driver
lkm
lkmpg
-
Updated
Apr 28, 2022 - TeX
A collection of links related to Linux kernel security and exploitation
-
Updated
May 4, 2022
Linux privilege escalation auditing tool
linux-kernel
exploits
kernel-exploitation
hacking-tool
security-tools
linux-exploits
privilege-escalation-exploits
applicable-exploits
published-exploits
-
Updated
Apr 1, 2022 - Shell
• kbuild
Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
prio: normal
Normal priority.
good first issue
Good for newcomers
Linux Test Project http://linux-test-project.github.io/
-
Updated
May 17, 2022 - C
linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频
-
Updated
Apr 8, 2022
Linux Kernel Manager and Activity Monitor 🐧 💻
linux
monitoring
management
linux-kernel
tui
kernel-modules
hacktoberfest
kernel-activities
kernel-information
kmon
-
Updated
Jan 9, 2022 - Rust
My proof-of-concept exploits for the Linux kernel
-
Updated
Mar 31, 2022 - C
Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.
-
Updated
Apr 11, 2022 - HTML
Prometheus exporter for custom eBPF metrics
-
Updated
Apr 18, 2022 - Go
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
c
linux
security
security-audit
kernel
backdoor
kernel-module
rootkit
malware
linux-kernel
hacking
pentesting
pentest
stealth
hacking-tool
security-tools
redteaming
lkm-rootkit
redteam
advanced-persistent-threat
starts-invisible
-
Updated
Jan 19, 2022 - C
awesome-linux-rootkits
-
Updated
Apr 17, 2022
Docker/Qemu Based Linux Kernel Learning, Development and Testing Environment; New Linux ELF Video Course from this project author: https://www.cctalk.com/m/group/88089283
-
Updated
May 8, 2022 - Makefile
Academic papers related to fuzzing, binary analysis, and exploit dev, which I want to read or have already read
linux
iot
embedded
kernel
paper
linux-kernel
fuzzing
exploitation
vulnerability-detection
mitigations
rca
sanitizer
directed-fuzzing
hybrid-fuzzing
fuzzing-binaries
guided-fuzzing
root-cause
-
Updated
Apr 28, 2022
A list of operating systems and stuff
-
Updated
May 11, 2022
Repository for various Broadcom Bluetooth firmware
-
Updated
Aug 28, 2020 - Perl
RDMA core userspace libraries and daemons
-
Updated
May 17, 2022 - C
A 64-bit OS for the Raspberry Pi 3
-
Updated
Jun 12, 2020 - Go
The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.
-
Updated
May 12, 2022 - Roff
-
Updated
Feb 23, 2022
A more powerful alternative to sysctl(8) with a terminal user interface 🐧
-
Updated
May 16, 2022 - Rust
A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)
-
Updated
Mar 30, 2022 - Python
kernel
kernel-module
linux-kernel
keylogger
linux-kernel-module
debugfs
linux-keylogger
kernel-programming
-
Updated
Apr 15, 2022 - C
XanMod: Linux kernel source code tree
linux
workstation
lto
linux-kernel
desktop
rng
low-latency
zstd
bbr
llvm-clang
preempt-rt
bfq
gamer
xanmod
preemptive-multitasking
lru-replacement-algorithm
fq-pie
realtime-kernel
bbr2
-
Updated
May 16, 2022 - C
Various kernel exploits
-
Updated
Jan 9, 2022 - C
Extensible Virtual Display Interface
-
Updated
Apr 28, 2022 - C
kernel module for taking block-level snapshots and incremental backups of Linux block devices
-
Updated
May 5, 2022 - C
Most of them are unsafe despite not being marked as such. For example
fn __init
andfn __exit
contain unsynchronized accesses tostatic mut __MOD
. There are also severalextern "C"
functions which call__init
and__exit
. These need to be marked as unsafe too.cc https://rust-for-linux.zulipchat.com/#narrow/stream/288089-General/topic/patch.20v3.20review/near/268298086