Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <target_php.h>
Data Fields | |
unsigned int | zts:1 |
struct target_location_ctxt * | default_tlctxt |
struct debugfile * | debugfile |
struct { | |
int CG_id | |
int EG_id | |
} | ztsinfo |
int | debugfile_symbol_counter |
struct symbol * | builtin_root |
struct symbol ** | base_symbols |
struct symbol * | zend_function_type |
struct symbol * | zend_class_entry_ptr_type |
struct symbol * | zend_zval_type |
struct symbol * | zend_zval_ptr_type |
struct symbol * | zend_arg_info_type |
struct bsymbol * | fprobe_func |
struct bsymbol * | fprobe_func_execute_data_arg |
struct bsymbol * | fprobe_func_return |
struct symbol * | _zend_compiler_globals_type |
struct symbol * | _zend_executor_globals_type |
Definition at line 99 of file target_php.h.
struct symbol* php_state::_zend_compiler_globals_type |
Definition at line 133 of file target_php.h.
struct symbol* php_state::_zend_executor_globals_type |
Definition at line 134 of file target_php.h.
struct symbol** php_state::base_symbols |
Definition at line 121 of file target_php.h.
struct symbol* php_state::builtin_root |
Definition at line 120 of file target_php.h.
int php_state::CG_id |
Definition at line 115 of file target_php.h.
struct debugfile* php_state::debugfile |
Definition at line 108 of file target_php.h.
int php_state::debugfile_symbol_counter |
Definition at line 119 of file target_php.h.
struct target_location_ctxt* php_state::default_tlctxt |
Definition at line 102 of file target_php.h.
int php_state::EG_id |
Definition at line 116 of file target_php.h.
struct bsymbol* php_state::fprobe_func |
Definition at line 129 of file target_php.h.
struct bsymbol* php_state::fprobe_func_execute_data_arg |
Definition at line 130 of file target_php.h.
struct bsymbol* php_state::fprobe_func_return |
Definition at line 131 of file target_php.h.
struct symbol* php_state::zend_arg_info_type |
Definition at line 127 of file target_php.h.
struct symbol* php_state::zend_class_entry_ptr_type |
Definition at line 124 of file target_php.h.
struct symbol* php_state::zend_function_type |
Definition at line 123 of file target_php.h.
struct symbol* php_state::zend_zval_ptr_type |
Definition at line 126 of file target_php.h.
struct symbol* php_state::zend_zval_type |
Definition at line 125 of file target_php.h.
unsigned int php_state::zts |
Definition at line 100 of file target_php.h.
struct { ... } php_state::ztsinfo |