| Stackdb
    Stackdb is a stackable, multi-target and -level source debugger and memory forensics library. | 
#include <nullpage.h>

| Data Fields | |
| struct np_config * | config | 
| struct target * | target | 
| struct probe * | np_probe | 
| struct probe * | pgfault_probe | 
| struct probe * | mmap_probe | 
| struct probe * | mprotect_probe | 
| unsigned int | mmap_violations | 
| unsigned int | mprotect_violations | 
| unsigned int | pgfault_violations | 
| unsigned int | total_violations | 
Definition at line 35 of file nullpage.h.
| 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.
 1.8.8
 1.8.8