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>

Collaboration diagram for target_memmod:
Collaboration graph
[legend]

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 378 of file target.h.

Field Documentation

ADDR target_memmod::addr

Definition at line 392 of file target.h.

unsigned int target_memmod::is_phys

Definition at line 389 of file target.h.

unsigned char* target_memmod::mod

Definition at line 405 of file target.h.

unsigned long target_memmod::mod_len

Definition at line 406 of file target.h.

unsigned int target_memmod::no_write

Definition at line 389 of file target.h.

unsigned char* target_memmod::orig

Definition at line 398 of file target.h.

unsigned long target_memmod::orig_len

Definition at line 399 of file target.h.

struct target_thread* target_memmod::owner

Definition at line 425 of file target.h.

target_memmod_state_t target_memmod::state

Definition at line 388 of file target.h.

struct target* target_memmod::target

Definition at line 379 of file target.h.

struct array_list* target_memmod::threads

Definition at line 385 of file target.h.

unsigned char* target_memmod::tmp

Definition at line 410 of file target.h.

unsigned long target_memmod::tmp_len

Definition at line 411 of file target.h.

target_memmod_type_t target_memmod::type

Definition at line 387 of file target.h.


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