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

#include <target_process.h>

Data Fields

int(* init )(struct target *target)
 
int(* fini )(struct target *target)
 
target_process_type_t(* type )(struct target *target)
 

Detailed Description

Definition at line 95 of file target_process.h.

Field Documentation

int(* target_process_ops::fini)(struct target *target)

Definition at line 97 of file target_process.h.

int(* target_process_ops::init)(struct target *target)

Definition at line 96 of file target_process.h.

target_process_type_t(* target_process_ops::type)(struct target *target)

Definition at line 99 of file target_process.h.


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