Skip to content

Instantly share code, notes, and snippets.

View hnorkowski's full-sized avatar

Hendrik Norkowski hnorkowski

View GitHub Profile
@hnorkowski
hnorkowski / DEBUGGING.md
Last active August 11, 2023 11:26
Kernel Dev

Kernel Module Debugging

Prerequisites

  • 2 VMs - one to run the kernel and one to debug
    • In the following I will call them DEBUG_VM and RUN_VM
    • I used 2 arch-based VMs
  • GDB installed in DEBUG_VM
    • Optional with GEF extension for easier use
  • Needed for automation scripts later
    • Running ssh server on RUN_VM
@hnorkowski
hnorkowski / cli-tools.md
Last active April 3, 2024 10:42
List of useful CLI tools (mostly written in Rust).