Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 421 Bytes

File metadata and controls

8 lines (5 loc) · 421 Bytes

KInpect

A tool for examining processes information from kernel. The goal is to extend the stacktrace of kernel to userspace.

This was a one-off project for debugging a nasty issue. Now it's mostly useful as a working note about how ARM virtual memory/paging and ELF dynamic linking works.


License: GPLv2 (For conforming Linux kernel's license, as this was started off the kprobe example within the kernel tree.)