You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description/Motivation/Screenshots
This PR is the GEF-Extras counter-part of hugsy/gef#1040
Also since `kallsyms` was removed from GEF (in preparation for the
kernel module), it was added here with its tests
## How Has This Been Tested ?
"Tested" indicates that the PR works *and* the unit test (i.e. `make
test`) run passes without issue.
* [x] x86-32
* [x] x86-64
* [ ] ARM
* [x] AARCH64
* [ ] MIPS
* [ ] POWERPC
* [ ] SPARC
* [ ] RISC-V
## Checklist
<!-- N.B.: Your patch won't be reviewed unless fulfilling the following
base requirements: -->
<!--- Put an `x` in all the boxes that are complete, or that don't apply
-->
* [x] My code follows the code style of this project.
* [x] My change includes a change to the documentation, if required.
* [x] If my change adds new code,
[adequate tests](https://hugsy.github.io/gef/testing) have been added.
* [x] I have read and agree to the
[CONTRIBUTING](https://github.com/hugsy/gef/blob/main/.github/CONTRIBUTING.md)
document.
---------
Co-authored-by: Grazfather <grazfather@gmail.com>
0 commit comments