#include <umbra.h>
Data Fields | |
size_t | struct_size |
app_pc | app_base |
size_t | app_size |
byte * | shadow_base |
size_t | shadow_size |
umbra_shadow_memory_type_t | shadow_type |
Information about a shadow memory region.
app_pc _umbra_shadow_memory_info_t::app_base |
Base of the application memory block
size_t _umbra_shadow_memory_info_t::app_size |
Size of the application memory block
byte* _umbra_shadow_memory_info_t::shadow_base |
Base of the shadow memory block
size_t _umbra_shadow_memory_info_t::shadow_size |
Size of the shadow memory block
umbra_shadow_memory_type_t _umbra_shadow_memory_info_t::shadow_type |
Type of the shadow memory block
size_t _umbra_shadow_memory_info_t::struct_size |
For compatibility. Set to sizeof(umbra_shadow_memory_info_t).