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
cfi_data Struct Reference

#include <cfi.h>

Collaboration diagram for cfi_data:
Collaboration graph
[legend]

Data Fields

cfi_mode_t mode
 
cfi_flags_t flags
 
struct targettarget
 
int tid
 
GHashTable * disfuncs
 
GHashTable * disfuncs_noflow
 
GHashTable * probes
 
GHashTable * thread_status
 
GHashTable * ret_immediate_addrs
 
struct probecfi_probe
 
struct cfi_status status
 

Detailed Description

Definition at line 146 of file cfi.h.

Field Documentation

struct probe* cfi_data::cfi_probe

Definition at line 198 of file cfi.h.

GHashTable* cfi_data::disfuncs

Definition at line 162 of file cfi.h.

GHashTable* cfi_data::disfuncs_noflow

Definition at line 173 of file cfi.h.

cfi_flags_t cfi_data::flags

Definition at line 148 of file cfi.h.

cfi_mode_t cfi_data::mode

Definition at line 147 of file cfi.h.

GHashTable* cfi_data::probes

Definition at line 178 of file cfi.h.

GHashTable* cfi_data::ret_immediate_addrs

Definition at line 195 of file cfi.h.

struct cfi_status cfi_data::status

Definition at line 201 of file cfi.h.

struct target* cfi_data::target

Definition at line 150 of file cfi.h.

GHashTable* cfi_data::thread_status

Definition at line 184 of file cfi.h.

int cfi_data::tid

Definition at line 155 of file cfi.h.


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