Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
Go to the source code of this file.
Functions | |
int | symlist_init (struct symmap map[], int nmap) |
int | symlist_isfunc_2 (uint32_t addr, char **namep, int *isinlined, uint32_t *loaddr, uint32_t *hiaddr) |
int | symlist_isfunc (uint32_t addr) |
void | symlist_gdb_string (uint32_t addr, char *buf, int bufsize) |
void | symlist_string (uint32_t addr, char *buf, int bufsize) |
struct lsymbol * | symlist_lookup_name (char *name) |
void | symlist_deinit (void) |
void symlist_gdb_string | ( | uint32_t | addr, |
char * | buf, | ||
int | bufsize | ||
) |
int symlist_isfunc_2 | ( | uint32_t | addr, |
char ** | namep, | ||
int * | isinlined, | ||
uint32_t * | loaddr, | ||
uint32_t * | hiaddr | ||
) |