Hi, I'm looking for the kernel debug package with symbols. I need it to create a Linux profile for using volatility3, which is a framework for RAM forensics.
But I can't find the package.
My curresnt kernel is the following:then I triend to install the following package:but this package seems do not cotain a kernel with simbols.as u can see the kernel I opened with gdb doesn't cotain symbols.
So I ask where can I find the kernel package for debug with symbols ?
Maybe, do I download the kernel source and recompile it ?
But I can't find the package.
My curresnt kernel is the following:
Code:
Linux raspberrypi 6.12.34+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.34-1+rpt1~bookworm (2025-06-26) aarch64 GNU/LinuxCode:
linux-image-6.12.34+rpt-rpi-v8-dbgCode:
root@raspberrypi:~# ls -lh /usr/lib/debug/boot/vmlinux-6.12.34+rpt-rpi-v8-rw-r--r-- 1 root root 34M 26 giu 11.26 /usr/lib/debug/boot/vmlinux-6.12.34+rpt-rpi-v8root@raspberrypi:~# gdb /usr/lib/debug/boot/vmlinux-6.12.34+rpt-rpi-v8GNU gdb (Debian 13.1-3) 13.1Copyright (C) 2023 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.Type "show copying" and "show warranty" for details.This GDB was configured as "aarch64-linux-gnu".Type "show configuration" for configuration details.For bug reporting instructions, please see:<https://www.gnu.org/software/gdb/bugs/>.Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>.For help, type "help".Type "apropos word" to search for commands related to "word"...[b]Reading symbols from /usr/lib/debug/boot/vmlinux-6.12.34+rpt-rpi-v8...(No debugging symbols found in /usr/lib/debug/boot/vmlinux-6.12.34+rpt-rpi-v8[/b])So I ask where can I find the kernel package for debug with symbols ?
Maybe, do I download the kernel source and recompile it ?
Statistics: Posted by lweis — Mon Jul 28, 2025 11:25 pm — Replies 1 — Views 76