Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target.h>
Data Fields | |
struct target * | target |
struct array_list * | threads |
target_memmod_type_t | type:MEMMOD_TYPE_BITS |
target_memmod_state_t | state:MEMMOD_STATE_BITS |
unsigned int | is_phys:1 |
unsigned int | no_write:1 |
ADDR | addr |
unsigned char * | orig |
unsigned long | orig_len |
unsigned char * | mod |
unsigned long | mod_len |
unsigned char * | tmp |
unsigned long | tmp_len |
struct target_thread * | owner |
struct target_thread* target_memmod::owner |
target_memmod_state_t target_memmod::state |
struct array_list* target_memmod::threads |
target_memmod_type_t target_memmod::type |