Miasm2
 All Classes Namespaces Files Functions Variables Typedefs Properties Macros
Public Attributes | List of all members
vm_mngr_t Struct Reference

#include <vm_mngr.h>

+ Collaboration diagram for vm_mngr_t:

Public Attributes

int sex
 
struct memory_page_list_head memory_page_pool
 
struct code_bloc_list_head code_bloc_pool
 
struct memory_breakpoint_info_head memory_breakpoint_pool
 
struct memory_page_nodememory_page_pool_tab [MAX_MEMORY_PAGE_POOL_TAB]
 
unsigned int * code_addr_tab
 
unsigned int code_bloc_pool_ad_min
 
unsigned int code_bloc_pool_ad_max
 
uint64_t exception_flags
 
uint64_t exception_flags_new
 
PyObject * addr2obj
 

Detailed Description

Definition at line 68 of file vm_mngr.h.

Member Data Documentation

PyObject* vm_mngr_t::addr2obj

Definition at line 82 of file vm_mngr.h.

unsigned int* vm_mngr_t::code_addr_tab

Definition at line 76 of file vm_mngr.h.

struct code_bloc_list_head vm_mngr_t::code_bloc_pool

Definition at line 71 of file vm_mngr.h.

unsigned int vm_mngr_t::code_bloc_pool_ad_max

Definition at line 78 of file vm_mngr.h.

unsigned int vm_mngr_t::code_bloc_pool_ad_min

Definition at line 77 of file vm_mngr.h.

uint64_t vm_mngr_t::exception_flags

Definition at line 80 of file vm_mngr.h.

uint64_t vm_mngr_t::exception_flags_new

Definition at line 81 of file vm_mngr.h.

struct memory_breakpoint_info_head vm_mngr_t::memory_breakpoint_pool

Definition at line 72 of file vm_mngr.h.

struct memory_page_list_head vm_mngr_t::memory_page_pool

Definition at line 70 of file vm_mngr.h.

struct memory_page_node* vm_mngr_t::memory_page_pool_tab[MAX_MEMORY_PAGE_POOL_TAB]

Definition at line 74 of file vm_mngr.h.

int vm_mngr_t::sex

Definition at line 69 of file vm_mngr.h.


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