hugsy / gef-extras

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

Add color to source code listing and disassembly #18

Closed mattadev closed 2 years ago

mattadev commented 4 years ago

Hi, please add the option for color syntax highlighting using pygmentize, for example, to highlight source code output (list command) and disassembly output (disas command).

Grazfather commented 4 years ago

We do not want any external dependencies. I suppose it could be done as a best effort.

hugsy commented 4 years ago

Agreed with @Grazfather , this kind of cosmetic feature would imply having a dependency which we don't want in the gef repository.

@mattadev Feel free to submit a PR to gef-extras, some other people could be interested.

Cheers,

hugsy commented 4 years ago

Moving the issue to gef-extras