Skip to content

Commit a037d25

Browse files
committed
Comment out kernel module symbol loading by default
1 parent 5239a1a commit a037d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gdbinit.gdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
file ##LINUX_OUT##/vmlinux
22
source ##LINUX_OUT##/vmlinux-gdb.py
33
target remote :1234
4-
add-symbol-file ##LINUX_OUT##/modules_install/lib/modules/5.10.107/extra/art_rootkit.ko -s .text 0xffffffc0091b0800
4+
# add-symbol-file ##LINUX_OUT##/modules_install/lib/modules/5.10.107/extra/my_module.ko -s .text 0xffffffc0091b0800

0 commit comments

Comments
 (0)