![]() |
Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
|
Represents a symbol entry (function name and address). More...
#include <debugger.h>
Public Attributes | |
char * | name |
uint64_t | addr |
sym_list * | next |
Represents a symbol entry (function name and address).
uint64_t sym_list::addr |
Symbol address
char* sym_list::name |
Symbol name
sym_list* sym_list::next |
Pointer to next symbol