Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <memory-access.h>
Data Fields | |
void * | p |
uint16_t | u2 |
uint32_t | u4 |
uint64_t | u8 |
int16_t | s2 |
int32_t | s4 |
int64_t | s8 |
Definition at line 182 of file memory-access.h.
void* unaligned::p |
Definition at line 184 of file memory-access.h.
int16_t unaligned::s2 |
Definition at line 188 of file memory-access.h.
int32_t unaligned::s4 |
Definition at line 189 of file memory-access.h.
int64_t unaligned::s8 |
Definition at line 190 of file memory-access.h.
uint16_t unaligned::u2 |
Definition at line 185 of file memory-access.h.
uint32_t unaligned::u4 |
Definition at line 186 of file memory-access.h.
uint64_t unaligned::u8 |
Definition at line 187 of file memory-access.h.