diff --git a/docs/commands/ksymaddr.md b/docs/commands/ksymaddr.md deleted file mode 100644 index ba7f0cc3d..000000000 --- a/docs/commands/ksymaddr.md +++ /dev/null @@ -1,24 +0,0 @@ -## Command `ksymaddr` - -`ksymaddr` helps locate a kernel symbol by its name. - -The syntax is straight forward: - -```text -ksymaddr -``` - -For example, - -```text -gef➤ ksymaddr commit_creds -[+] Found matching symbol for 'commit_creds' at 0xffffffff8f495740 (type=T) -[*] Found partial match for 'commit_creds' at 0xffffffff8f495740 (type=T): commit_creds -[*] Found partial match for 'commit_creds' at 0xffffffff8fc71ee0 (type=R): __ksymtab_commit_creds -[*] Found partial match for 'commit_creds' at 0xffffffff8fc8d008 (type=r): __kcrctab_commit_creds -[*] Found partial match for 'commit_creds' at 0xffffffff8fc9bfcd (type=r): __kstrtab_commit_creds -``` - -Note that the debugging process needs to have the correct permissions for this command to show -kernel addresses. For more information see also [this stackoverflow -post](https://stackoverflow.com/a/55592796). diff --git a/mkdocs.yml b/mkdocs.yml index 635847836..597fb5d14 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -47,7 +47,6 @@ nav: - hexdump: commands/hexdump.md - highlight: commands/highlight.md - hijack-fd: commands/hijack-fd.md - - ksymaddr: commands/ksymaddr.md - memory: commands/memory.md - name-break: commands/name-break.md - nop: commands/nop.md