|
Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <binfile.h>

Data Fields | |
| const char *(* | get_backend_name )(void) |
| struct binfile *(* | open )(char *filename, char *root_prefix, struct binfile_instance *bfinst) |
| struct binfile *(* | open_debuginfo )(struct binfile *binfile, struct binfile_instance *bfinst, const char *DFPATH[]) |
| struct binfile_instance *(* | infer_instance )(struct binfile *binfile, ADDR base, GHashTable *config) |
| int(* | close )(struct binfile *bfile) |
| void(* | free )(struct binfile *bfile) |
| void(* | free_instance )(struct binfile_instance *bfi) |
| void(* binfile_ops::free_instance)(struct binfile_instance *bfi) |
| struct binfile_instance*(* binfile_ops::infer_instance)(struct binfile *binfile, ADDR base, GHashTable *config) |
| struct binfile*(* binfile_ops::open)(char *filename, char *root_prefix, struct binfile_instance *bfinst) |
| struct binfile*(* binfile_ops::open_debuginfo)(struct binfile *binfile, struct binfile_instance *bfinst, const char *DFPATH[]) |
1.8.8