This page illustrates a few of the possibilities available to you when using GEF.
GEF was designed to support any architecture supported by GDB via an easily extensible architecture API.
Currently GEF supports the following architectures:
- Intel x86 (32b & 64b)
- ARM (v6/v7)
- AARCH64
- MIPS/MIPS64
- PowerPC
- SPARC/SPARCv9
To this day, GDB doesn't come with a hexdump-like view. Well GEF fixes that for you via the hexdump command:
No more endless manual pointer dereferencing x/x style. Just use dereference for that. Or for a comprehensive view of the registers, registers might become your best friend:










