VIEWING ADDRESSES

VIEW GENERAL INFORMATION: FUNCTIONS

//display functions defined in the binary
gef>  info functions
 All defined functions:

 Non-debugging symbols:
 0x0000000000401000  _start

VIEW GENERAL INFORMATION: VARIABLES

//display all available variables within the program
gef>  info variables
 All defined variables:

 Non-debugging symbols:
 0x0000000000402000  message
 0x0000000000402012  __bss_start
 0x0000000000402012  _edata
 0x0000000000402018  _end

Last updated