View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008037 | Kali Linux | [All Projects] Queued Tool Addition | public | 2022-11-02 05:52 | 2023-02-03 15:40 |
Reporter | tjnull | Assigned To | |||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 2022.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0008037: GDB Enhanced Features (GEF) | ||||
Description | GEF is a set of commands for x86/64, ARM, MIPS, PowerPC and SPARC to assist exploit developers and reverse-engineers when using old school GDB. It provides additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit development. https://github.com/hugsy/gef | ||||
Steps To Reproduce | # Commands to install GEF: wget -O ~/.gdbinit-gef.py -q https://gef.blah.cat/py echo source ~/.gdbinit-gef.py >> ~/.gdbinit # Commands to install GEF extra: $ wget -q -O- https://github.com/hugsy/gef/raw/main/scripts/gef-extras.sh | sh | ||||
Additional Information | The enhanced features also contain external scripts and structures to be used by GDB Enhanced Features (GEF). https://github.com/hugsy/gef-extras | ||||
|
@kali-team, please could this be packaged up. @author, If you want to help the packaging process, you can check the documentation here ~ https://www.kali.org/docs/development/public-packaging |