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

#include <target.h>

Data Fields

struct addrspacespace
 
char * name
 
region_type_t type
 
obj_flags_t obj_flags
 
REFCNT refcnt
 
REFCNT refcntw
 
GList * ranges
 
GHashTable * debugfiles
 
struct binfilebinfile
 
ADDR base_load_addr
 
ADDR base_phys_addr
 
ADDR base_virt_addr
 
OFFSET phys_offset
 

Detailed Description

Definition at line 924 of file target.h.

Field Documentation

ADDR memregion::base_load_addr

Definition at line 957 of file target.h.

ADDR memregion::base_phys_addr

Definition at line 966 of file target.h.

ADDR memregion::base_virt_addr

Definition at line 967 of file target.h.

struct binfile* memregion::binfile

Definition at line 950 of file target.h.

GHashTable* memregion::debugfiles

Definition at line 945 of file target.h.

char* memregion::name

Definition at line 928 of file target.h.

obj_flags_t memregion::obj_flags

Definition at line 931 of file target.h.

OFFSET memregion::phys_offset

Definition at line 976 of file target.h.

GList* memregion::ranges

Definition at line 936 of file target.h.

REFCNT memregion::refcnt

Definition at line 932 of file target.h.

REFCNT memregion::refcntw

Definition at line 933 of file target.h.

struct addrspace* memregion::space

Definition at line 926 of file target.h.

region_type_t memregion::type

Definition at line 929 of file target.h.


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