Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <binfile.h>
Data Fields | |
REFCNT | refcnt |
binfile_type_t | type |
uint8_t | is_dynamic:1 |
uint8_t | has_debuginfo:1 |
debugfile_type_t | has_debuginfo_type |
char * | image |
int | fd |
struct arch * | arch |
unsigned int | strtablen |
char * | strtab |
unsigned int | dynstrtablen |
char * | dynstrtab |
char * | filename |
char * | name |
char * | version |
struct binfile_ops * | ops |
void * | priv |
struct symbol * | root |
clrange_t | ranges |
ADDR | base_phys_addr |
ADDR | base_virt_addr |
struct binfile_instance * | instance |
char * | root_prefix |
time_t | load_time |
time_t | mod_time |
debugfile_type_t binfile::has_debuginfo_type |
struct binfile_instance* binfile::instance |
struct binfile_ops* binfile::ops |
binfile_type_t binfile::type |