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

#include <nullpage.h>

Collaboration diagram for np_status:
Collaboration graph
[legend]

Data Fields

struct np_configconfig
 
struct targettarget
 
struct probenp_probe
 
struct probepgfault_probe
 
struct probemmap_probe
 
struct probemprotect_probe
 
unsigned int mmap_violations
 
unsigned int mprotect_violations
 
unsigned int pgfault_violations
 
unsigned int total_violations
 

Detailed Description

Definition at line 35 of file nullpage.h.

Field Documentation

struct np_config* np_status::config

Definition at line 36 of file nullpage.h.

struct probe* np_status::mmap_probe

Definition at line 45 of file nullpage.h.

unsigned int np_status::mmap_violations

Definition at line 48 of file nullpage.h.

struct probe* np_status::mprotect_probe

Definition at line 46 of file nullpage.h.

unsigned int np_status::mprotect_violations

Definition at line 49 of file nullpage.h.

struct probe* np_status::np_probe

Definition at line 41 of file nullpage.h.

struct probe* np_status::pgfault_probe

Definition at line 44 of file nullpage.h.

unsigned int np_status::pgfault_violations

Definition at line 50 of file nullpage.h.

struct target* np_status::target

Definition at line 38 of file nullpage.h.

unsigned int np_status::total_violations

Definition at line 51 of file nullpage.h.


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