hugsy / gef-extras

Extra goodies for GEF to (try to) make GDB suck even less
https://hugsy.github.io/gef-extras
MIT License
147 stars 50 forks source link

FZF History Search #114

Open anthony-crystalpeak opened 1 month ago

anthony-crystalpeak commented 1 month ago

Type of feature request

Misc

Misc

Usability Enhancement

Summary Description

Other GDB plugins such as GEP (https://github.com/lebr0nli/GEP) have integrations to allow better fuzzy-finding and autocomplete of GDBs history file. This is greatly enhances usability.

Implementation idea/suggestion

Suggest replicating the architecture of GEP (it looks a little gross, but I don't know if there's a better alternative): https://github.com/lebr0nli/GEP/blob/65e0fbbb7f566bc648d2a09e237f0e8bb0b70505/gdbinit-gep.py#L428

Existing alternatives?

No response

Additional information

No response

hugsy commented 1 month ago

I didn't know this project but that's an interesting addition to have. However, since it requires dependencies, gef-extras would be a more appropriate place to be.