Rizin
unix-like reverse engineering framework and cli tools
|
#include <capstone.h>
Public Attributes | |
cs_malloc_t | malloc |
cs_calloc_t | calloc |
cs_realloc_t | realloc |
cs_free_t | free |
cs_vsnprintf_t | vsnprintf |
User-defined dynamic memory related functions: malloc/calloc/realloc/free/vsnprintf() By default, Capstone uses system's malloc(), calloc(), realloc(), free() & vsnprintf().
Definition at line 148 of file capstone.h.
cs_calloc_t cs_opt_mem::calloc |
Definition at line 150 of file capstone.h.
cs_free_t cs_opt_mem::free |
Definition at line 152 of file capstone.h.
cs_malloc_t cs_opt_mem::malloc |
Definition at line 149 of file capstone.h.
cs_realloc_t cs_opt_mem::realloc |
Definition at line 151 of file capstone.h.
cs_vsnprintf_t cs_opt_mem::vsnprintf |
Definition at line 153 of file capstone.h.