Baseer 0.2.0
Baseer is an advanced binary analysis tool designed to provide deep insights into any file.
Loading...
Searching...
No Matches
sym_list Struct Reference

Represents a symbol entry (function name and address). More...

#include <debugger.h>

Public Attributes

char * name
uint64_t addr
sym_listnext

Detailed Description

Represents a symbol entry (function name and address).

Member Data Documentation

◆ addr

uint64_t sym_list::addr

Symbol address

◆ name

char* sym_list::name

Symbol name

◆ next

sym_list* sym_list::next

Pointer to next symbol


The documentation for this struct was generated from the following file: