Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
binfile_ops Struct Reference

#include <binfile.h>

Collaboration diagram for binfile_ops:
Collaboration graph
[legend]

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)
 

Detailed Description

Definition at line 172 of file binfile.h.

Field Documentation

int(* binfile_ops::close)(struct binfile *bfile)

Definition at line 181 of file binfile.h.

void(* binfile_ops::free)(struct binfile *bfile)

Definition at line 182 of file binfile.h.

void(* binfile_ops::free_instance)(struct binfile_instance *bfi)

Definition at line 183 of file binfile.h.

const char*(* binfile_ops::get_backend_name)(void)

Definition at line 173 of file binfile.h.

struct binfile_instance*(* binfile_ops::infer_instance)(struct binfile *binfile, ADDR base, GHashTable *config)

Definition at line 179 of file binfile.h.

struct binfile*(* binfile_ops::open)(char *filename, char *root_prefix, struct binfile_instance *bfinst)

Definition at line 174 of file binfile.h.

struct binfile*(* binfile_ops::open_debuginfo)(struct binfile *binfile, struct binfile_instance *bfinst, const char *DFPATH[])

Definition at line 176 of file binfile.h.


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