We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GEF: rev:115137cc05d6c90f589f0840009b116c633cb48a (Git - clean) SHA256(---/hugsygef/gef.py): e4a7853e84d87a88a469bb8d2c9f863fe211e5e43535314c0344a5a98bd712e5 GDB: 15.1 GDB-Python: 3.12
Artix Linux
The docs document the following command: https://hugsy.github.io/gef/commands/ksymaddr/ ksymaddr. However I cannot find it in the source code nor get it to work inside gef.
~/gef> rg ksymaddr mkdocs.yml 50: - ksymaddr: commands/ksymaddr.md docs/commands/ksymaddr.md 1:## Command `ksymaddr` 3:`ksymaddr` helps locate a kernel symbol by its name. 8:ksymaddr <PATTERN> 14:gef➤ ksymaddr commit_creds
Why is there nothing referencing it in the gef.py file? Furthermore
gef➤ ksymaddr Undefined command: "ksymaddr". Try "help".
Yes
Clone the latest version of hugsy/gef and try to run the ksymaddr command inside it.
The text was updated successfully, but these errors were encountered:
That functionality was moved to gef-extras
We will have to update the docs in this repo.
Sorry, something went wrong.
f9f8045
Successfully merging a pull request may close this issue.
GEF+GDB version
Operating System
Artix Linux
Describe the issue you encountered
The docs document the following command: https://hugsy.github.io/gef/commands/ksymaddr/
ksymaddr. However I cannot find it in the source code nor get it to work inside gef.
Why is there nothing referencing it in the gef.py file? Furthermore
Do you read the docs and look at previously closed issues/PRs for similar cases?
Yes
Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
Clone the latest version of hugsy/gef and try to run the ksymaddr command inside it.
The text was updated successfully, but these errors were encountered: