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

#include <target.h>

Data Fields

struct targettarget
 
struct array_listthreads
 
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_threadowner
 

Detailed Description

Definition at line 367 of file target.h.

Field Documentation

ADDR target_memmod::addr

Definition at line 381 of file target.h.

unsigned int target_memmod::is_phys

Definition at line 378 of file target.h.

unsigned char* target_memmod::mod

Definition at line 394 of file target.h.

unsigned long target_memmod::mod_len

Definition at line 395 of file target.h.

unsigned int target_memmod::no_write

Definition at line 378 of file target.h.

unsigned char* target_memmod::orig

Definition at line 387 of file target.h.

unsigned long target_memmod::orig_len

Definition at line 388 of file target.h.

struct target_thread* target_memmod::owner

Definition at line 414 of file target.h.

target_memmod_state_t target_memmod::state

Definition at line 377 of file target.h.

struct target* target_memmod::target

Definition at line 368 of file target.h.

struct array_list* target_memmod::threads

Definition at line 374 of file target.h.

unsigned char* target_memmod::tmp

Definition at line 399 of file target.h.

unsigned long target_memmod::tmp_len

Definition at line 400 of file target.h.

target_memmod_type_t target_memmod::type

Definition at line 376 of file target.h.


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